From: Jean-Philippe Orsini Date: Fri, 12 Sep 2014 19:54:43 +0000 (+0200) Subject: removed useless parameter X-Git-Tag: v1.1.2~93 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=5869437d559ce418148463d2a5c57f3b1cf2a46b removed useless parameter --- diff --git a/src/graph.c b/src/graph.c index a048732..6cc8097 100644 --- a/src/graph.c +++ b/src/graph.c @@ -132,7 +132,6 @@ draw_graph_background(cairo_t *cr, int g_xoff, int g_yoff, int g_width, int g_height, int width, int height, struct config *config, - GtkWidget *widget, GtkWidget *window) { GtkStyleContext *style_ctx; @@ -487,7 +486,6 @@ graph_update(struct psensor **sensors, draw_graph_background(cr, g_xoff, g_yoff, g_width, g_height, width, height, config, - w_graph, window); /* Set the color for text drawing */