summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
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