summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-07-19 19:38:45 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-07-24 21:20:13 +0000
commit0c4f89370d05056faa789aa9cabcccc4e509fb9f (patch)
tree6ddf7fff0a47564db41d39927ea1acbdb03e74ee /firmware/SOURCES
parent092c340a2062fa98b7387fc5fd63578ddae7d0b6 (diff)
downloadrockbox-0c4f89370d05056faa789aa9cabcccc4e509fb9f.tar.gz
rockbox-0c4f89370d05056faa789aa9cabcccc4e509fb9f.zip
[2/4] get rid of HAVE_LCD_CHARCELLS
HAVE_LCD_BITMAP is now redundant. lcd_bitmap is always-on in features.txt so manual and lang strings don't have to change Change-Id: I08eeb20de48099ffc2dc23782711af368c2ec794
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES7
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 90c1f4011c..9cd1a5671c 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -52,8 +52,6 @@ target/hosted/sdl/button-sdl.c
52target/hosted/sdl/kernel-sdl.c 52target/hosted/sdl/kernel-sdl.c
53#ifdef HAVE_LCD_BITMAP 53#ifdef HAVE_LCD_BITMAP
54target/hosted/sdl/lcd-bitmap.c 54target/hosted/sdl/lcd-bitmap.c
55#elif defined(HAVE_LCD_CHARCELLS)
56target/hosted/sdl/lcd-charcells.c
57#endif 55#endif
58#ifdef HAVE_REMOTE_LCD 56#ifdef HAVE_REMOTE_LCD
59target/hosted/sdl/lcd-remote-bitmap.c 57target/hosted/sdl/lcd-remote-bitmap.c
@@ -255,11 +253,6 @@ common/vuprintf.c
255/* Display */ 253/* Display */
256scroll_engine.c 254scroll_engine.c
257 255
258#ifdef HAVE_LCD_CHARCELLS
259drivers/lcd-charcell.c
260drivers/lcd-charset-player.c
261#endif /* HAVE_LCD_CHARCELLS */
262
263#ifdef HAVE_LCD_BITMAP 256#ifdef HAVE_LCD_BITMAP
264arabjoin.c 257arabjoin.c
265bidi.c 258bidi.c