X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fgraph.c;h=6cc809786feca4e7c43a074b8a04e65f95c7d1f2;hb=5869437d559ce418148463d2a5c57f3b1cf2a46b;hp=a04873243bc24edeb8818ef166b10411afeb5852;hpb=97d01afc5a48b44e84fadfd019b1d6f28aca004e;p=psensor.git 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 */