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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/gui/charcell/list.c b/apps/gui/charcell/list.c
index 8eebfe7fa1..a0ab02841f 100644
--- a/apps/gui/charcell/list.c
+++ b/apps/gui/charcell/list.c
@@ -51,8 +51,7 @@ void gui_synclist_scroll_stop(struct gui_synclist *lists)
51void list_draw(struct screen *display, struct gui_synclist *gui_list) 51void list_draw(struct screen *display, struct gui_synclist *gui_list)
52{ 52{
53 int text_pos; 53 int text_pos;
54 bool draw_icons = (gui_list->callback_get_item_icon != NULL && 54 bool draw_icons = (gui_list->callback_get_item_icon != NULL);
55 global_settings.show_icons);
56 bool draw_cursor; 55 bool draw_cursor;
57 int i; 56 int i;
58 int lines; 57 int lines;