diff options
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r-- | apps/gui/wps.c | 7 |
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) } #endif /* HAVE_TOUCHSCREEN */ -bool ffwd_rew(int button) +static bool ffwd_rew(int button) { unsigned int step = 0; /* current ff/rewind step */ unsigned int max_step = 0; /* maximum ff/rewind step */ @@ -1081,9 +1081,4 @@ bool is_wps_fading(void) { return skin_get_global_state()->is_fading; } - -int wps_get_ff_rewind_count(void) -{ - return skin_get_global_state()->ff_rewind_count; -} #endif |