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/SOURCES | 4 ---- 1 file changed, 4 deletions(-) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index cc1dca3557..a68d10ec76 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -50,9 +50,7 @@ panic.c #ifdef HAVE_SDL target/hosted/sdl/button-sdl.c target/hosted/sdl/kernel-sdl.c -#ifdef HAVE_LCD_BITMAP target/hosted/sdl/lcd-bitmap.c -#endif #ifdef HAVE_REMOTE_LCD target/hosted/sdl/lcd-remote-bitmap.c #endif @@ -253,7 +251,6 @@ common/vuprintf.c /* Display */ scroll_engine.c -#ifdef HAVE_LCD_BITMAP arabjoin.c bidi.c font_cache.c @@ -283,7 +280,6 @@ drivers/lcd-16bit.c drivers/lcd-24bit.c #endif /* LCD_DEPTH */ common/diacritic.c -#endif /* HAVE_LCD_BITMAP */ #ifdef HAVE_REMOTE_LCD #if LCD_REMOTE_DEPTH == 1 -- cgit v1.2.3