summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/render/html.h b/render/html.h
index a8f163574..648c9751f 100644
--- a/render/html.h
+++ b/render/html.h
@@ -134,10 +134,6 @@ struct content_html_iframe {
#define STYLESHEET_ADBLOCK 2 /* adblocking stylesheet */
#define STYLESHEET_START 3 /* start of document stylesheets */
-extern char *default_stylesheet_url;
-extern char *adblock_stylesheet_url;
-extern char *quirks_stylesheet_url;
-
/** Render padding and margin box outlines in html_redraw(). */
extern bool html_redraw_debug;