summaryrefslogtreecommitdiff
path: root/apps/gui/charcell/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/charcell/list.c')
-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 a0ab02841f..15112adb51 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)
54 bool draw_icons = (gui_list->callback_get_item_icon != NULL); 54 bool draw_icons = (gui_list->callback_get_item_icon != NULL);
55 bool draw_cursor; 55 bool draw_cursor;
56 int i; 56 int i;
57 int lines;
58 int start, end; 57 int start, end;
59 58
60 display->set_viewport(NULL); 59 display->set_viewport(NULL);
61 lines = display->getnblines();
62 60
63 display->clear_display(); 61 display->clear_display();
64 start = 0; 62 start = 0;