From 8c2cfecfb5e83d023609914dd101c23777fd2906 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 6 Nov 2014 22:51:46 +0000 Subject: Allow content handlers to have debug values set through API Previously content handler debugging features were accessed by global variables. This allows the setting of debugging parameters via a content API giving per content control over debugging features. Currently only used by the html content handler to toggle global redraw debugging. --- render/html.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index 145471827..6503c91fe 100644 --- a/render/html.h +++ b/render/html.h @@ -149,9 +149,6 @@ struct content_html_iframe { #define STYLESHEET_USER 3 /* user stylesheet */ #define STYLESHEET_START 4 /* start of document stylesheets */ -/** Render padding and margin box outlines in html_redraw(). */ -extern bool html_redraw_debug; - nserror html_init(void); void html_redraw_a_box(struct hlcache_handle *h, struct box *box); -- cgit v1.2.3