From 46c3d1e030846da7d8265973853b08e02982434c Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sun, 2 Oct 2022 19:44:16 +0100 Subject: Cleanup unused cruft in wps.h Change-Id: I4278bea7342a859b18b72a9a4b1918b403842bb8 --- apps/gui/wps.c | 7 +------ apps/gui/wps.h | 17 ++--------------- 2 files changed, 3 insertions(+), 21 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 diff --git a/apps/gui/wps.h b/apps/gui/wps.h index a463b0e9bb..a2893a3902 100644 --- a/apps/gui/wps.h +++ b/apps/gui/wps.h @@ -20,32 +20,19 @@ ****************************************************************************/ #ifndef _WPS_H_ #define _WPS_H_ + #include -#include "config.h" -#include "screen_access.h" - -long gui_wps_show(void); - -/* wrapper for the wps to load the skin (.wps/.rwps) files */ -void wps_data_load(enum screen_type, const char *, bool); -void gui_sync_wps_init(void) INIT_ATTR; +long gui_wps_show(void); /* fade (if enabled) and pause the audio, optionally rewind a little */ void pause_action(bool may_fade, bool updatewps); void unpause_action(bool may_fade, bool updatewps); - -/* fades the volume, e.g. on pause or stop */ -void fade(bool fade_in, bool updatewps); - -bool ffwd_rew(int button); void wps_do_playpause(bool updatewps); #ifdef IPOD_ACCESSORY_PROTOCOL /* whether the wps is fading the volume due to pausing/stopping */ bool is_wps_fading(void); -/* return length of the current ff or rewin action, IAP needs this */ -int wps_get_ff_rewind_count(void); #endif /* IPOD_ACCESSORY_PROTOCOL */ /* in milliseconds */ -- cgit v1.2.3