From 2019b02ff7a40d1fcac2b25219d37abdafa70fae Mon Sep 17 00:00:00 2001 From: Krzysztof Foltman Date: Fri, 13 Jan 2012 22:03:27 +0000 Subject: [PATCH] Remove unused variable. --- src/ctl_led.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ctl_led.cpp b/src/ctl_led.cpp index cfc1144..e7e01e7 100644 --- a/src/ctl_led.cpp +++ b/src/ctl_led.cpp @@ -46,7 +46,7 @@ calf_led_expose (GtkWidget *widget, GdkEventExpose *event) int sy = widget->allocation.height - oy * 2; int xc = widget->allocation.width / 2; int yc = widget->allocation.height / 2; - int pad, rad; + int pad; if( self->cache_surface == NULL ) { // looks like its either first call or the widget has been resized. -- 2.11.4.GIT