From 658026e6267277b27d297c481728f74d160a8481 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 17 Jul 2020 10:31:31 -0400 Subject: [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. Note: I left behind lcd_bitmap in features.txt, because removing it would require considerable work in the manual and the translations. Change-Id: Ia8ca7761f610d9332a0d22a7d189775fb15ec88a --- apps/onplay.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index 9226f32f4c..fd956167d3 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -49,9 +49,7 @@ #include "splash.h" #include "yesno.h" #include "menus/exported_menus.h" -#ifdef HAVE_LCD_BITMAP #include "icons.h" -#endif #include "sound_menu.h" #include "playlist_menu.h" #include "playlist_catalog.h" @@ -794,7 +792,6 @@ static int cat_playlist_callback(int action, return action; } -#ifdef HAVE_LCD_BITMAP static void draw_slider(void) { FOR_NB_SCREENS(i) @@ -809,9 +806,6 @@ static void draw_slider(void) screens[i].set_viewport(NULL); } } -#else -#define draw_slider() -#endif static void clear_display(bool update) { -- cgit v1.2.3