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 --- amiga/plugin.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'amiga/plugin.c') diff --git a/amiga/plugin.c b/amiga/plugin.c index b49fe349b..e21a7c2fc 100644 --- a/amiga/plugin.c +++ b/amiga/plugin.c @@ -137,12 +137,11 @@ bool plugin_redraw(struct content *c, int x, int y, * \param bw browser window containing the content * \param page content of type CONTENT_HTML containing c, or 0 if not an * object within a page - * \param index index in page->data.html.object, or 0 if not an object * \param box box containing c, or 0 if not an object * \param params object parameters, or 0 if not an object */ void plugin_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) { LOG(("plugin_open")); -- cgit v1.2.3