diff --git a/src/document/html/parser/parse.c b/src/document/html/parser/parse.c
index c2be4b8db..2e0db94a8 100644
--- a/src/document/html/parser/parse.c
+++ b/src/document/html/parser/parse.c
@@ -1047,9 +1047,6 @@ start_element(struct element_info *ei,
#ifdef CONFIG_CSS
#ifdef CONFIG_LIBCSS
if (html_context->options->libcss_enable) {
- if (html_context->options->css_enable) {
- select_css(html_context, html_top);
- }
} else
#endif
do {