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 --- firmware/panic.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'firmware/panic.c') diff --git a/firmware/panic.c b/firmware/panic.c index 358be42924..fcfa8b2bb8 100644 --- a/firmware/panic.c +++ b/firmware/panic.c @@ -86,7 +86,6 @@ void panicf( const char *fmt, ...) lcd_set_viewport(NULL); -#if defined(HAVE_LCD_BITMAP) int y = 1; #if LCD_DEPTH > 1 @@ -116,9 +115,6 @@ void panicf( const char *fmt, ...) #ifdef ROCKBOX_HAS_LOGF logf_panic_dump(&y); #endif -#else - /* no LCD */ -#endif lcd_update(); DEBUGF("%s", panic_buf); -- cgit v1.2.3