1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Thomas Martitz 2009-03-12 18:50:24 +00:00
parent 23722d5ff4
commit 74aba34b58
3 changed files with 32 additions and 32 deletions

View file

@ -29,7 +29,6 @@ void fade(bool fade_in, bool updatewps);
bool gui_wps_display(void);
bool update_onvol_change(struct gui_wps * gwps);
bool update(struct gui_wps *gwps);
void play_hop(int direction);
bool ffwd_rew(int button);
void display_keylock_text(bool locked);