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 --- render/html.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index ac91f97f0..8789f30e6 100644 --- a/render/html.h +++ b/render/html.h @@ -201,7 +201,7 @@ bool html_fetch_object(struct content *c, const char *url, struct box *box, bool background); void html_stop(struct content *c); void html_open(struct content *c, struct browser_window *bw, - struct content *page, unsigned int index, struct box *box, + struct content *page, struct box *box, struct object_params *params); void html_close(struct content *c); void html_set_status(struct content *c, const char *extra); -- cgit v1.2.3