From: michael Date: Sun, 21 Jan 2007 06:19:17 +0000 (+0000) Subject: removed unused variable X-Git-Tag: svn1203~413 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=0f7cd40f369ec05a2fe8f829fa357217ca5eefb9;p=lcd4linux.git removed unused variable git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@753 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- diff --git a/widget_bar.c b/widget_bar.c index e0c8b1d..370649f 100644 --- a/widget_bar.c +++ b/widget_bar.c @@ -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;