mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05: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);
|
||||
}
|
||||
|
||||
static int was_el = 0;
|
||||
|
||||
static void
|
||||
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;
|
||||
}
|
||||
|
||||
static int was_el = 0;
|
||||
|
||||
static void
|
||||
dump_element(struct string *buf, xmlpp::Element *element, bool toSort = false)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user