From 1edcef6141f6efefd2a75f1390815e95427db15c Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 10 Mar 2011 23:13:03 +0000 Subject: Remove redundant parameter from content_open API svn path=/trunk/netsurf/; revision=11964 --- content/content.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index 66a1207d4..0bb40779f 100644 --- a/content/content.h +++ b/content/content.h @@ -132,7 +132,7 @@ bool content_redraw_tiled(struct hlcache_handle *h, int x, int y, float scale, colour background_colour, bool repeat_x, bool repeat_y); void content_open(struct hlcache_handle *h, struct browser_window *bw, - struct content *page, unsigned int index, struct box *box, + struct content *page, struct box *box, struct object_params *params); void content_close(struct hlcache_handle *h); -- cgit v1.2.3