summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-03-10 23:13:03 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-03-10 23:13:03 +0000
commit1edcef6141f6efefd2a75f1390815e95427db15c (patch)
treef9e881d4a7713ee262232a25721367b91b13b21a /content/content.h
parent8f3ed71cbab75c6445a4f13e4e1bc8b768a452b1 (diff)
downloadnetsurf-1edcef6141f6efefd2a75f1390815e95427db15c.tar.gz
netsurf-1edcef6141f6efefd2a75f1390815e95427db15c.tar.bz2
Remove redundant parameter from content_open API
svn path=/trunk/netsurf/; revision=11964
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h2
1 files changed, 1 insertions, 1 deletions
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);