mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[mujs] Commented unused function
This commit is contained in:
parent
4fb847aec8
commit
ba943f0439
@ -141,6 +141,7 @@ mjs_node_static_get_property_DOCUMENT_FRAGMENT_NODE(js_State *J)
|
|||||||
js_pushnumber(J, DOCUMENT_FRAGMENT_NODE);
|
js_pushnumber(J, DOCUMENT_FRAGMENT_NODE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
static void
|
static void
|
||||||
mjs_node_fun(js_State *J)
|
mjs_node_fun(js_State *J)
|
||||||
{
|
{
|
||||||
@ -149,6 +150,7 @@ mjs_node_fun(js_State *J)
|
|||||||
#endif
|
#endif
|
||||||
js_pushundefined(J);
|
js_pushundefined(J);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
mjs_node_constructor(js_State *J)
|
mjs_node_constructor(js_State *J)
|
||||||
|
Loading…
Reference in New Issue
Block a user