summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-09-17 20:53:28 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-09-17 20:53:28 +0000
commite14bda521d0e396777df4fdc965335e23e8805de (patch)
treee85b8f0fab678f7fd3ded2af7f508426037863cc /apps/gui
parentd91e67acc97263504a7338856b055d565e14c99a (diff)
downloadrockbox-e14bda521d0e396777df4fdc965335e23e8805de.zip
rockbox-e14bda521d0e396777df4fdc965335e23e8805de.tar.gz
rockbox-e14bda521d0e396777df4fdc965335e23e8805de.tar.bz2
rockbox-e14bda521d0e396777df4fdc965335e23e8805de.tar.xz
Fix some 'set but not used' warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30565 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/charcell/list.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/charcell/list.c b/apps/gui/charcell/list.c
index a0ab028..15112ad 100644
--- a/apps/gui/charcell/list.c
+++ b/apps/gui/charcell/list.c
@@ -54,11 +54,9 @@ void list_draw(struct screen *display, struct gui_synclist *gui_list)
bool draw_icons = (gui_list->callback_get_item_icon != NULL);
bool draw_cursor;
int i;
- int lines;
int start, end;
display->set_viewport(NULL);
- lines = display->getnblines();
display->clear_display();
start = 0;