summaryrefslogtreecommitdiff
path: root/desktop/tree.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-12-12 16:32:39 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-12-12 16:32:39 +0000
commit86b8057c6020591ff5b46b77efabd118b807c903 (patch)
treea0e433bd3eb703b3e8425a93c3594d8f575027c1 /desktop/tree.c
parent18b2824d6c9bbba06bd62f1ff535c1ca4555d0a9 (diff)
downloadnetsurf-86b8057c6020591ff5b46b77efabd118b807c903.tar.gz
netsurf-86b8057c6020591ff5b46b77efabd118b807c903.tar.bz2
Remove pointless rectangle fill under text.
svn path=/trunk/netsurf/; revision=11037
Diffstat (limited to 'desktop/tree.c')
-rw-r--r--desktop/tree.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/tree.c b/desktop/tree.c
index 293ddb69b..b4626259f 100644
--- a/desktop/tree.c
+++ b/desktop/tree.c
@@ -1552,9 +1552,6 @@ static void tree_draw_node_element(struct tree *tree,
plot_style_fill_black);
} else {
fstyle = &plot_fstyle;
- plot.rectangle(x, y, x + width,
- y + element->box.height,
- plot_style_fill_white);
}
plot.text(x + 4, y + TREE_LINE_HEIGHT * 0.75,