From 092c340a2062fa98b7387fc5fd63578ddae7d0b6 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 15 Jul 2020 19:40:55 -0400 Subject: [1/4] Remove SH support and all archos targets This removes all code specific to SH targets Change-Id: I7980523785d2596e65c06430f4638eec74a06061 --- apps/gui/wps.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/gui/wps.c') diff --git a/apps/gui/wps.c b/apps/gui/wps.c index c27c434d12..a930edaded 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -354,10 +354,6 @@ bool ffwd_rew(int button) #else if (!skin_get_global_state()->paused) audio_pause(); -#endif -#if CONFIG_KEYPAD == PLAYER_PAD - FOR_NB_SCREENS(i) - skin_get_gwps(WPS, i)->display->scroll_stop(); #endif if (direction > 0) status_set_ffmode(STATUS_FASTFORWARD); -- cgit v1.2.3