diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2009-05-21 12:32:26 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-05-21 12:32:26 +0000 |
| commit | 2dc2054319abbbd0f559a18ecfbb8416cdbd2baf (patch) | |
| tree | be74a72d6cc7c5d44699b3da6d471d4356f40e57 /apps/gui/list.c | |
| parent | 0e725551af7c4b337aebcb8d922dba34cbb20565 (diff) | |
| download | rockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.zip rockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.tar.gz rockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.tar.bz2 rockbox-2dc2054319abbbd0f559a18ecfbb8416cdbd2baf.tar.xz | |
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.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); |