1
0
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:
Witold Filipczyk 2021-12-26 16:28:34 +01:00
parent dfb9c648a0
commit 864d6f068b
2 changed files with 0 additions and 4 deletions

View File

@ -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)
{

View File

@ -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)
{