summaryrefslogtreecommitdiff
path: root/apps/gui/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/list.c')
-rw-r--r--apps/gui/list.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index eb9c025a95..8a65d3f298 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -580,11 +580,6 @@ void gui_synclist_speak_item(struct gui_synclist * lists)
580 else _gui_synclist_speak_item(lists, false); 580 else _gui_synclist_speak_item(lists, false);
581} 581}
582 582
583#if defined(HAVE_TOUCHSCREEN)
584/* this needs to be fixed if we ever get more than 1 touchscreen on a target */
585unsigned gui_synclist_do_touchscreen(struct gui_synclist * gui_list);
586#endif
587
588bool gui_synclist_do_button(struct gui_synclist * lists, 583bool gui_synclist_do_button(struct gui_synclist * lists,
589 int *actionptr, enum list_wrap wrap) 584 int *actionptr, enum list_wrap wrap)
590{ 585{