From: Jean-Philippe Orsini Date: Tue, 7 Jun 2016 14:17:29 +0000 (+0200) Subject: removed useless local var X-Git-Tag: v1.2.0~39 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=3439c6742bf2152e6df6fe8e61118661277801a3 removed useless local var --- 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))