summaryrefslogtreecommitdiff
path: root/apps/gui/wps.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-11-01 13:36:52 +0000
committerThomas Martitz <kugel@rockbox.org>2009-11-01 13:36:52 +0000
commit6db726c147624c4b2f9d80603e9d4f46cb9cd5e3 (patch)
tree945f3167ddf8b34eeede4ed788a4c5f07f2cf0d8 /apps/gui/wps.h
parentadd481bf6d80514953b683f74d3091828e634126 (diff)
downloadrockbox-6db726c147624c4b2f9d80603e9d4f46cb9cd5e3.tar.gz
rockbox-6db726c147624c4b2f9d80603e9d4f46cb9cd5e3.zip
Remove a wps function call from skin engine, hopefully the last one.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23461 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/wps.h')
-rw-r--r--apps/gui/wps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/wps.h b/apps/gui/wps.h
index 8c6de9e2fc..1ba974cf04 100644
--- a/apps/gui/wps.h
+++ b/apps/gui/wps.h
@@ -36,9 +36,9 @@ void fade(bool fade_in, bool updatewps);
36bool ffwd_rew(int button); 36bool ffwd_rew(int button);
37void display_keylock_text(bool locked); 37void display_keylock_text(bool locked);
38 38
39bool is_wps_fading(void);
40
41#ifdef IPOD_ACCESSORY_PROTOCOL 39#ifdef IPOD_ACCESSORY_PROTOCOL
40/* whether the wps is fading the volume due to pausing/stopping */
41bool is_wps_fading(void);
42/* return length of the current ff or rewin action, IAP needs this */ 42/* return length of the current ff or rewin action, IAP needs this */
43int wps_get_ff_rewind_count(void); 43int wps_get_ff_rewind_count(void);
44#endif /* IPOD_ACCESSORY_PROTOCOL */ 44#endif /* IPOD_ACCESSORY_PROTOCOL */