From f7f3e33f806b4da550cd6bd73cbadee957c3d4ce Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 23 Dec 2011 23:24:47 +0000 Subject: Remove core print specific option from html redraw. svn path=/trunk/netsurf/; revision=13339 --- render/html_redraw.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'render/html_redraw.c') diff --git a/render/html_redraw.c b/render/html_redraw.c index 53897650c..5ed45d91b 100644 --- a/render/html_redraw.c +++ b/render/html_redraw.c @@ -2035,8 +2035,7 @@ bool html_redraw_background(int x, int y, struct box *box, float scale, .fill_colour = *background_colour, }; - if ((html_redraw_printing && option_remove_backgrounds) || - ctx->background_images == false) + if (ctx->background_images == false) return true; plot_content = (background->background != NULL); -- cgit v1.2.3