summaryrefslogtreecommitdiff
path: root/apps/gui/list.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-05-21 12:32:26 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-05-21 12:32:26 +0000
commit2dc2054319abbbd0f559a18ecfbb8416cdbd2baf (patch)
treebe74a72d6cc7c5d44699b3da6d471d4356f40e57 /apps/gui/list.c
parent0e725551af7c4b337aebcb8d922dba34cbb20565 (diff)
downloadrockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.tar.gz
rockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.zip
Remove some unused declarations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21010 a1c6a512-1295-4272-9138-f99709370657
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);