From 74e73a3b8b5ab3effd8e3d94c10463907d4c4ea9 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 12 Jan 2017 07:58:33 +0000 Subject: make local history use system colours --- desktop/plot_style.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'desktop/plot_style.c') 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 = { -- cgit v1.2.3