aboutsummaryrefslogtreecommitdiffstats
path: root/widget_bar.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-21 06:19:17 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-21 06:19:17 +0000
commit0f7cd40f369ec05a2fe8f829fa357217ca5eefb9 (patch)
tree73b62abea1e8440e001e75afe25a95dfcef5376e /widget_bar.c
parentebab52f8e03782cf34b9c5e89c1591b66572dff9 (diff)
downloadlcd4linux-0f7cd40f369ec05a2fe8f829fa357217ca5eefb9.tar.gz
removed unused variable
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@753 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget_bar.c')
-rw-r--r--widget_bar.c1
1 files changed, 0 insertions, 1 deletions
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;