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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/gui/charcell/list.c b/apps/gui/charcell/list.c
index b1d0adcdd6..198026e44c 100644
--- a/apps/gui/charcell/list.c
+++ b/apps/gui/charcell/list.c
@@ -40,10 +40,8 @@
40#include "misc.h" 40#include "misc.h"
41#include "talk.h" 41#include "talk.h"
42 42
43void list_draw(struct screen *display, struct viewport *parent, 43void list_draw(struct screen *display, struct gui_synclist *gui_list)
44 struct gui_synclist *gui_list)
45{ 44{
46 (void)parent;
47 int text_pos; 45 int text_pos;
48 bool draw_icons = (gui_list->callback_get_item_icon != NULL && 46 bool draw_icons = (gui_list->callback_get_item_icon != NULL &&
49 global_settings.show_icons); 47 global_settings.show_icons);