summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-10-02 19:44:16 +0100
committerAidan MacDonald <amachronic@protonmail.com>2022-10-18 12:56:28 +0100
commit46c3d1e030846da7d8265973853b08e02982434c (patch)
treef528b925b8d97dce5a0d48cfd8e2734dc3578715 /apps/gui/wps.c
parent0761532d09de375f21c6827cf1e6cda4eeec18d5 (diff)
downloadrockbox-46c3d1e030846da7d8265973853b08e02982434c.tar.gz
rockbox-46c3d1e030846da7d8265973853b08e02982434c.zip
Cleanup unused cruft in wps.h
Change-Id: I4278bea7342a859b18b72a9a4b1918b403842bb8
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 01f6e5c77c..1c1422967d 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -203,7 +203,7 @@ static int skintouch_to_wps(struct wps_data *data)
203} 203}
204#endif /* HAVE_TOUCHSCREEN */ 204#endif /* HAVE_TOUCHSCREEN */
205 205
206bool ffwd_rew(int button) 206static bool ffwd_rew(int button)
207{ 207{
208 unsigned int step = 0; /* current ff/rewind step */ 208 unsigned int step = 0; /* current ff/rewind step */
209 unsigned int max_step = 0; /* maximum ff/rewind step */ 209 unsigned int max_step = 0; /* maximum ff/rewind step */
@@ -1081,9 +1081,4 @@ bool is_wps_fading(void)
1081{ 1081{
1082 return skin_get_global_state()->is_fading; 1082 return skin_get_global_state()->is_fading;
1083} 1083}
1084
1085int wps_get_ff_rewind_count(void)
1086{
1087 return skin_get_global_state()->ff_rewind_count;
1088}
1089#endif 1084#endif