summaryrefslogtreecommitdiff
path: root/apps/plugins/lrcplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lrcplayer.c')
-rw-r--r--apps/plugins/lrcplayer.c6
1 files changed, 0 insertions, 6 deletions
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)
2667 switch (button) 2667 switch (button)
2668 { 2668 {
2669 case ACTION_WPS_BROWSE: 2669 case ACTION_WPS_BROWSE:
2670#if CONFIG_KEYPAD == ONDIO_PAD
2671 /* ondio doesn't have ACTION_WPS_MENU,
2672 so use ACTION_WPS_BROWSE for menu */
2673 ret = LRC_GOTO_MENU;
2674 break;
2675#endif
2676 case ACTION_WPS_STOP: 2670 case ACTION_WPS_STOP:
2677 save_changes(); 2671 save_changes();
2678 ret = PLUGIN_OK; 2672 ret = PLUGIN_OK;