From 3439c6742bf2152e6df6fe8e61118661277801a3 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 7 Jun 2016 16:17:29 +0200 Subject: [PATCH] removed useless local var --- src/graph.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graph.c b/src/graph.c index fe90331..16eb5ed 100644 --- a/src/graph.c +++ b/src/graph.c @@ -486,7 +486,6 @@ graph_update(struct psensor **sensors, cairo_text_extents_t te_btime, te_etime, te_max, te_min; struct psensor **sensor_cur, **enabled_sensors; GtkAllocation galloc; - GtkStyleContext *style_ctx; struct graph_info info; if (!gtk_widget_is_drawable(w_graph)) -- 2.7.4