From edef40bbc432c092b1e5f4f6f5d408180ba188b3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 20 Aug 2012 14:22:28 +0100 Subject: Don't pass struct box to content open. --- content/content_protected.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index e37573493..a52a51be9 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -62,9 +62,7 @@ struct content_handler { const struct rect *clip, const struct redraw_context *ctx); void (*open)(struct content *c, struct browser_window *bw, - struct content *page, - struct box *box, - struct object_params *params); + struct content *page, struct object_params *params); void (*close)(struct content *c); struct selection * (*get_selection)(struct content *c); void (*get_contextual_content)(struct content *c, int x, int y, -- cgit v1.2.3