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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index 732529f416..9d82d88c81 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -572,7 +572,6 @@ void gui_synclist_speak_item(struct gui_synclist * lists)
572 else _gui_synclist_speak_item(lists, false); 572 else _gui_synclist_speak_item(lists, false);
573} 573}
574 574
575extern intptr_t get_action_data(void);
576#if defined(HAVE_TOUCHSCREEN) 575#if defined(HAVE_TOUCHSCREEN)
577/* this needs to be fixed if we ever get more than 1 touchscreen on a target */ 576/* this needs to be fixed if we ever get more than 1 touchscreen on a target */
578unsigned gui_synclist_do_touchscreen(struct gui_synclist * gui_list); 577unsigned gui_synclist_do_touchscreen(struct gui_synclist * gui_list);