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/plugins/stats.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'apps/plugins/stats.c') diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c index ff23911336..0a29a7aa30 100644 --- a/apps/plugins/stats.c +++ b/apps/plugins/stats.c @@ -56,7 +56,6 @@ static void update_screen(void) rb->lcd_remote_clear_display(); #endif -#ifdef HAVE_LCD_BITMAP rb->snprintf(buf, sizeof(buf), "Total Files: %d", files); prn(buf,0); rb->snprintf(buf, sizeof(buf), "Audio: %d", audiofiles); @@ -71,12 +70,6 @@ static void update_screen(void) prn(buf,5); rb->snprintf(buf, sizeof(buf), "Max files in Dir: %d", largestdir); prn(buf,6); -#else - rb->snprintf(buf, sizeof(buf), "Files:%5d", files); - prn(buf,0); - rb->snprintf(buf, sizeof(buf), "Dirs: %5d", dirs); - prn(buf,1); -#endif rb->lcd_update(); #ifdef HAVE_REMOTE_LCD -- cgit v1.2.3