diff options
Diffstat (limited to 'apps/gui')
| -rw-r--r-- | apps/gui/list.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c index 732529f..9d82d88 100644 --- a/apps/gui/list.c +++ b/apps/gui/list.c @@ -572,7 +572,6 @@ void gui_synclist_speak_item(struct gui_synclist * lists) else _gui_synclist_speak_item(lists, false); } -extern intptr_t get_action_data(void); #if defined(HAVE_TOUCHSCREEN) /* this needs to be fixed if we ever get more than 1 touchscreen on a target */ unsigned gui_synclist_do_touchscreen(struct gui_synclist * gui_list); |