mirror of
https://github.com/rkd77/elinks.git
synced 2025-04-18 00:47:36 -04:00
[ecmascript] was_el was unused
This commit is contained in:
parent
dfb9c648a0
commit
864d6f068b
@ -639,8 +639,6 @@ js_element_get_property_title(JSContext *ctx, JSValueConst this_val)
|
|||||||
RETURN_JS(r);
|
RETURN_JS(r);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int was_el = 0;
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
dump_element(struct string *buf, xmlpp::Element *element, bool toSort = false)
|
dump_element(struct string *buf, xmlpp::Element *element, bool toSort = false)
|
||||||
{
|
{
|
||||||
|
@ -1601,8 +1601,6 @@ element_get_property_title(JSContext *ctx, unsigned int argc, JS::Value *vp)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int was_el = 0;
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
dump_element(struct string *buf, xmlpp::Element *element, bool toSort = false)
|
dump_element(struct string *buf, xmlpp::Element *element, bool toSort = false)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user