Core local history: Remove debug background fill.

This commit is contained in:
Michael Drake 2017-06-10 12:05:23 +01:00
parent 772ebc69c9
commit 1d31402dcb

View File

@ -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;