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:
parent
4d8de245ad
commit
b0127bec3b
@ -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);
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user