summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-07-17 10:31:31 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-07-24 21:20:13 +0000
commit658026e6267277b27d297c481728f74d160a8481 (patch)
tree915a9d2bb48469bdd5b9127dc19a61f230721a6c /firmware/SOURCES
parent8cb555460ff79e636a7907fb2589e16db98c8600 (diff)
downloadrockbox-658026e6267277b27d297c481728f74d160a8481.tar.gz
rockbox-658026e6267277b27d297c481728f74d160a8481.zip
[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
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index cc1dca3557..a68d10ec76 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -50,9 +50,7 @@ panic.c
50#ifdef HAVE_SDL 50#ifdef HAVE_SDL
51target/hosted/sdl/button-sdl.c 51target/hosted/sdl/button-sdl.c
52target/hosted/sdl/kernel-sdl.c 52target/hosted/sdl/kernel-sdl.c
53#ifdef HAVE_LCD_BITMAP
54target/hosted/sdl/lcd-bitmap.c 53target/hosted/sdl/lcd-bitmap.c
55#endif
56#ifdef HAVE_REMOTE_LCD 54#ifdef HAVE_REMOTE_LCD
57target/hosted/sdl/lcd-remote-bitmap.c 55target/hosted/sdl/lcd-remote-bitmap.c
58#endif 56#endif
@@ -253,7 +251,6 @@ common/vuprintf.c
253/* Display */ 251/* Display */
254scroll_engine.c 252scroll_engine.c
255 253
256#ifdef HAVE_LCD_BITMAP
257arabjoin.c 254arabjoin.c
258bidi.c 255bidi.c
259font_cache.c 256font_cache.c
@@ -283,7 +280,6 @@ drivers/lcd-16bit.c
283drivers/lcd-24bit.c 280drivers/lcd-24bit.c
284#endif /* LCD_DEPTH */ 281#endif /* LCD_DEPTH */
285common/diacritic.c 282common/diacritic.c
286#endif /* HAVE_LCD_BITMAP */
287 283
288#ifdef HAVE_REMOTE_LCD 284#ifdef HAVE_REMOTE_LCD
289#if LCD_REMOTE_DEPTH == 1 285#if LCD_REMOTE_DEPTH == 1