]> git.webhop.me Git - lcd4linux.git/commitdiff
removed unused variable
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sun, 21 Jan 2007 06:19:17 +0000 (06:19 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sun, 21 Jan 2007 06:19:17 +0000 (06:19 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@753 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

widget_bar.c

index e0c8b1d7e749e20ada3fd2252b91d40e4dacfe83..370649f306fbe4c07e3108f3242f0cc15b393f16 100644 (file)
@@ -54,7 +54,6 @@ void widget_bar_update(void *Self)
 {
     WIDGET *W = (WIDGET *) Self;
     WIDGET_BAR *Bar = W->data;
-    RESULT result = { 0, 0, 0, NULL };
 
     double val1, val2;
     double min, max;