removed useless local var
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 7 Jun 2016 14:17:29 +0000 (16:17 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 7 Jun 2016 14:17:29 +0000 (16:17 +0200)
src/graph.c

index fe90331..16eb5ed 100644 (file)
@@ -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))