diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-09-17 20:53:28 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-09-17 20:53:28 +0000 |
| commit | e14bda521d0e396777df4fdc965335e23e8805de (patch) | |
| tree | e85b8f0fab678f7fd3ded2af7f508426037863cc /apps/gui | |
| parent | d91e67acc97263504a7338856b055d565e14c99a (diff) | |
| download | rockbox-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.c | 2 |
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; |