From 0c4f89370d05056faa789aa9cabcccc4e509fb9f Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 19 Jul 2020 19:38:45 -0400 Subject: [2/4] get rid of HAVE_LCD_CHARCELLS HAVE_LCD_BITMAP is now redundant. lcd_bitmap is always-on in features.txt so manual and lang strings don't have to change Change-Id: I08eeb20de48099ffc2dc23782711af368c2ec794 --- apps/onplay.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index f88953ce62..9226f32f4c 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -180,15 +180,7 @@ static int bookmark_menu_callback(int action, else if (!bookmark_is_bookmarkable_state() && !bookmark_exists()) return ACTION_EXIT_MENUITEM; break; -#ifdef HAVE_LCD_CHARCELLS - case ACTION_ENTER_MENUITEM: - status_set_param(true); - break; -#endif case ACTION_EXIT_MENUITEM: -#ifdef HAVE_LCD_CHARCELLS - status_set_param(false); -#endif settings_save(); break; } -- cgit v1.2.3