summaryrefslogtreecommitdiff
path: root/render/html_redraw.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-12-23 23:24:47 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-12-23 23:24:47 +0000
commitf7f3e33f806b4da550cd6bd73cbadee957c3d4ce (patch)
treea8531cc1538bdab60cff76096b7ea381c88ac5e7 /render/html_redraw.c
parent246ee6dc6ff09f3a7c09e4518ac1473823e630d0 (diff)
downloadnetsurf-f7f3e33f806b4da550cd6bd73cbadee957c3d4ce.tar.gz
netsurf-f7f3e33f806b4da550cd6bd73cbadee957c3d4ce.tar.bz2
Remove core print specific option from html redraw.
svn path=/trunk/netsurf/; revision=13339
Diffstat (limited to 'render/html_redraw.c')
-rw-r--r--render/html_redraw.c3
1 files changed, 1 insertions, 2 deletions
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);