mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[libcss] Commented weird assert
This commit is contained in:
parent
a754b39287
commit
d9f9478cc5
@ -1839,7 +1839,9 @@ css_error set_libcss_node_data(void *pw, void *node, void *libcss_node_data)
|
||||
return CSS_NOMEM;
|
||||
}
|
||||
|
||||
#if 0
|
||||
assert(old_node_data == NULL);
|
||||
#endif
|
||||
|
||||
return CSS_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user