From 5869437d559ce418148463d2a5c57f3b1cf2a46b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Fri, 12 Sep 2014 21:54:43 +0200 Subject: [PATCH] removed useless parameter --- src/graph.c | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.7.4