summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/none/none.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/javascript/none/none.c')
-rw-r--r--content/handlers/javascript/none/none.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/handlers/javascript/none/none.c b/content/handlers/javascript/none/none.c
index 80a9ce49c..26b9b5300 100644
--- a/content/handlers/javascript/none/none.c
+++ b/content/handlers/javascript/none/none.c
@@ -35,8 +35,7 @@ void js_finalise(void)
{
}
-nserror js_newcontext(int timeout, jscallback *cb, void *cbctx,
- jscontext **jsctx)
+nserror js_newcontext(int timeout, jscontext **jsctx)
{
*jsctx = NULL;
return NSERROR_OK;