summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-03-12 18:50:24 +0000
committerThomas Martitz <kugel@rockbox.org>2009-03-12 18:50:24 +0000
commit74aba34b5805b345a8f5f89657da4aeaaffcdb0c (patch)
tree1756673575f547c2e21a3e4d2cdaf73b2536ab4e /apps/gui/gwps-common.h
parent23722d5ff4769bcf1d2c4c241d90e93d8ec70e12 (diff)
downloadrockbox-74aba34b5805b345a8f5f89657da4aeaaffcdb0c.tar.gz
rockbox-74aba34b5805b345a8f5f89657da4aeaaffcdb0c.zip
Move play_hop() to gwps.c and make it static. It's the only file that calls it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20306 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps-common.h')
-rw-r--r--apps/gui/gwps-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.h b/apps/gui/gwps-common.h
index 3102d72c80..25ce435592 100644
--- a/apps/gui/gwps-common.h
+++ b/apps/gui/gwps-common.h
@@ -29,7 +29,6 @@ void fade(bool fade_in, bool updatewps);
29bool gui_wps_display(void); 29bool gui_wps_display(void);
30bool update_onvol_change(struct gui_wps * gwps); 30bool update_onvol_change(struct gui_wps * gwps);
31bool update(struct gui_wps *gwps); 31bool update(struct gui_wps *gwps);
32void play_hop(int direction);
33bool ffwd_rew(int button); 32bool ffwd_rew(int button);
34void display_keylock_text(bool locked); 33void display_keylock_text(bool locked);
35 34