1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[js] unused variable

This commit is contained in:
Witold Filipczyk 2023-09-19 21:02:44 +02:00
parent 4d8de245ad
commit b0127bec3b
2 changed files with 0 additions and 2 deletions

View File

@ -74,7 +74,6 @@ mjs_set_style(js_State *J, const char *property)
dom_string *stylestr = NULL;
const char *res = NULL;
const char *value;
const char *text = NULL;
if (!el) {
js_pushnull(J);

View File

@ -79,7 +79,6 @@ js_set_style(JSContext *ctx, JSValueConst this_val, JSValue val, const char *pro
dom_string *stylestr = NULL;
const char *res = NULL;
const char *value;
const char *text = NULL;
size_t len;
if (!el) {