mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[libcss] No need to select twice
This commit is contained in:
parent
4f2ff8536b
commit
c1fc9ff532
@ -1047,9 +1047,6 @@ start_element(struct element_info *ei,
|
|||||||
#ifdef CONFIG_CSS
|
#ifdef CONFIG_CSS
|
||||||
#ifdef CONFIG_LIBCSS
|
#ifdef CONFIG_LIBCSS
|
||||||
if (html_context->options->libcss_enable) {
|
if (html_context->options->libcss_enable) {
|
||||||
if (html_context->options->css_enable) {
|
|
||||||
select_css(html_context, html_top);
|
|
||||||
}
|
|
||||||
} else
|
} else
|
||||||
#endif
|
#endif
|
||||||
do {
|
do {
|
||||||
|
Loading…
Reference in New Issue
Block a user