mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-18 18:23:25 +03:00
Core local history: Remove debug background fill.
This commit is contained in:
parent
772ebc69c9
commit
1d31402dcb
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user