summaryrefslogtreecommitdiff
path: root/desktop/plot_style.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-01-12 07:58:33 +0000
committerVincent Sanders <vince@kyllikki.org>2017-01-12 08:00:02 +0000
commit74e73a3b8b5ab3effd8e3d94c10463907d4c4ea9 (patch)
tree98fefc2e95a37cf408be0fcb34b5266fa3bc2036 /desktop/plot_style.c
parent9e037376276aaa042b529499f1978766b9535f7b (diff)
downloadnetsurf-74e73a3b8b5ab3effd8e3d94c10463907d4c4ea9.tar.gz
netsurf-74e73a3b8b5ab3effd8e3d94c10463907d4c4ea9.tar.bz2
make local history use system colours
Diffstat (limited to 'desktop/plot_style.c')
-rw-r--r--desktop/plot_style.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/desktop/plot_style.c b/desktop/plot_style.c
index f9ba4bcbf..1e6a9110e 100644
--- a/desktop/plot_style.c
+++ b/desktop/plot_style.c
@@ -152,15 +152,6 @@ static plot_style_t plot_style_stroke_lightwbasec_static = {
};
plot_style_t *plot_style_stroke_lightwbasec = &plot_style_stroke_lightwbasec_static;
-/* history styles */
-
-/** stroke style for history core. */
-static plot_style_t plot_style_stroke_history_static = {
- .stroke_type = PLOT_OP_TYPE_SOLID,
- .stroke_colour = HISTORY_COLOUR_LINES,
- .stroke_width = 2,
-};
-plot_style_t *plot_style_stroke_history = &plot_style_stroke_history_static;
/* Generic font style */
static const plot_font_style_t plot_style_font_static = {