summaryrefslogtreecommitdiff
path: root/riscos/plugin.c
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 /riscos/plugin.c
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 'riscos/plugin.c')
-rw-r--r--riscos/plugin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/riscos/plugin.c b/riscos/plugin.c
index c3065ed37..b70083831 100644
--- a/riscos/plugin.c
+++ b/riscos/plugin.c
@@ -264,12 +264,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)
{
bool standalone = false, helper = false;