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/plugins/lrcplayer.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/plugins/lrcplayer.c') diff --git a/apps/plugins/lrcplayer.c b/apps/plugins/lrcplayer.c index 4ae9722ae3..eb441eab8d 100644 --- a/apps/plugins/lrcplayer.c +++ b/apps/plugins/lrcplayer.c @@ -2667,12 +2667,6 @@ static int handle_button(void) switch (button) { case ACTION_WPS_BROWSE: -#if CONFIG_KEYPAD == ONDIO_PAD - /* ondio doesn't have ACTION_WPS_MENU, - so use ACTION_WPS_BROWSE for menu */ - ret = LRC_GOTO_MENU; - break; -#endif case ACTION_WPS_STOP: save_changes(); ret = PLUGIN_OK; -- cgit v1.2.3