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/gui/wps.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'apps/gui/wps.c') diff --git a/apps/gui/wps.c b/apps/gui/wps.c index 82321ff945..8d0453385b 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -39,9 +39,7 @@ #include "storage.h" #include "screens.h" #include "playlist.h" -#ifdef HAVE_LCD_BITMAP #include "icons.h" -#endif #include "lang.h" #include "bookmark.h" #include "misc.h" @@ -87,7 +85,6 @@ static void track_info_callback(unsigned short id, void *param); char* wps_default_skin(enum screen_type screen) { static char *skin_buf[NB_SCREENS] = { -#ifdef HAVE_LCD_BITMAP #if LCD_DEPTH > 1 "%X(d)\n" #endif @@ -97,10 +94,6 @@ char* wps_default_skin(enum screen_type screen) "%al%pc/%pt%ar[%pp:%pe]\n" "%fbkBit %?fv %?iv<%(id3v%iv%)|%(no id3%)>\n" "%pb\n%pm\n", -#else - "%s%pp/%pe: %?it<%it|%fn> - %?ia<%ia|%d(2)> - %?id<%id|%d(1)>\n" - "%pc%?ps<*|/>%pt\n", -#endif #ifdef HAVE_REMOTE_LCD #if LCD_REMOTE_DEPTH > 1 "%X(d)\n" -- cgit v1.2.3