mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04: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;
|
dom_string *stylestr = NULL;
|
||||||
const char *res = NULL;
|
const char *res = NULL;
|
||||||
const char *value;
|
const char *value;
|
||||||
const char *text = NULL;
|
|
||||||
|
|
||||||
if (!el) {
|
if (!el) {
|
||||||
js_pushnull(J);
|
js_pushnull(J);
|
||||||
|
@ -79,7 +79,6 @@ js_set_style(JSContext *ctx, JSValueConst this_val, JSValue val, const char *pro
|
|||||||
dom_string *stylestr = NULL;
|
dom_string *stylestr = NULL;
|
||||||
const char *res = NULL;
|
const char *res = NULL;
|
||||||
const char *value;
|
const char *value;
|
||||||
const char *text = NULL;
|
|
||||||
size_t len;
|
size_t len;
|
||||||
|
|
||||||
if (!el) {
|
if (!el) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user