summaryrefslogtreecommitdiff
path: root/content/handlers/html/css.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/css.c')
-rw-r--r--content/handlers/html/css.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/handlers/html/css.c b/content/handlers/html/css.c
index 7ee94c1c5..0bc38844f 100644
--- a/content/handlers/html/css.c
+++ b/content/handlers/html/css.c
@@ -687,11 +687,6 @@ html_css_new_selection_context(html_content *c, css_select_ctx **ret_select_ctx)
origin = CSS_ORIGIN_USER;
}
- if (origin == CSS_ORIGIN_AUTHOR &&
- nsoption_bool(author_level_css) == false) {
- continue;
- }
-
if (hsheet->sheet != NULL) {
sheet = nscss_get_stylesheet(hsheet->sheet);
}