summaryrefslogtreecommitdiff
path: root/apps/gui/list.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-08-06 09:28:25 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-08-06 09:28:25 +0000
commitd767883a417667ceebf5bb241d02337f34bc8016 (patch)
tree7136c4a1fd24d01176d3790e4b5d49f39cd6267b /apps/gui/list.c
parent0307cd16a094b9b03da8fbcf237470ce2ad75cf7 (diff)
downloadrockbox-d767883a417667ceebf5bb241d02337f34bc8016.tar.gz
rockbox-d767883a417667ceebf5bb241d02337f34bc8016.zip
Various files: make functions static if they're local or make sure there is a proper #include if not
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22184 a1c6a512-1295-4272-9138-f99709370657
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{