diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-01-21 06:19:17 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-01-21 06:19:17 +0000 |
commit | 0f7cd40f369ec05a2fe8f829fa357217ca5eefb9 (patch) | |
tree | 73b62abea1e8440e001e75afe25a95dfcef5376e /widget_bar.c | |
parent | ebab52f8e03782cf34b9c5e89c1591b66572dff9 (diff) | |
download | lcd4linux-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.c | 1 |
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; |