Skip to content
Snippets Groups Projects
Commit 17ebadcf authored by rswindell's avatar rswindell
Browse files

Removed duplicate definition of js_cursor_home.

parent b9a0e3b4
No related branches found
No related tags found
No related merge requests found
......@@ -587,19 +587,6 @@ js_clear(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
return(JS_TRUE);
}
static JSBool
js_home(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
{
sbbs_t* sbbs;
if((sbbs=(sbbs_t*)JS_GetContextPrivate(cx))==NULL)
return(JS_FALSE);
sbbs->cursor_home();
*rval=JSVAL_VOID;
return(JS_TRUE);
}
static JSBool
js_clearline(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment