From 1d31402dcb0e056b5e66a243c5a02c28596d8684 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 10 Jun 2017 12:05:23 +0100 Subject: Core local history: Remove debug background fill. --- desktop/browser_history.c | 1 - 1 file changed, 1 deletion(-) (limited to 'desktop/browser_history.c') diff --git a/desktop/browser_history.c b/desktop/browser_history.c index c5f2923c7..df95aa685 100644 --- a/desktop/browser_history.c +++ b/desktop/browser_history.c @@ -465,7 +465,6 @@ nserror browser_window_history_create(struct browser_window *bw) if (res != NSERROR_OK) { return res; } - pstyle_bg.fill_colour = 0xf888ff; pfstyle_node.background = pstyle_bg.fill_colour; pfstyle_node_sel.background = pstyle_bg.fill_colour; -- cgit v1.2.3