summaryrefslogtreecommitdiffstats
path: root/apps/plugins/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 /apps/plugins/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 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES12
1 files changed, 2 insertions, 10 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 96ad535863..5d24bee8f6 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -79,7 +79,7 @@ wolf3d.c
#endif
#endif
-#if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP)
+#if PLUGIN_BUFFER_SIZE <= 0x20000
#if CONFIG_KEYPAD != SANSA_M200_PAD \
&& CONFIG_KEYPAD != HM60X_PAD
@@ -92,7 +92,7 @@ chessbox.c
goban.c
pictureflow.c
-#endif /* PLUGIN_BUFFER_SIZE <= 0x20000 && HAVE_LCD_BITMAP */
+#endif /* PLUGIN_BUFFER_SIZE <= 0x20000 */
#if defined(IRIVER_H100_SERIES)
iriver_flash.c
@@ -106,8 +106,6 @@ crypt_firmware.c
metronome.c
-#ifdef HAVE_LCD_BITMAP /* Not for the Archos Player */
-
2048.c
/* Lua needs at least 160 KB to work in */
@@ -173,8 +171,6 @@ rockpaint.c
rocklife.c
-#endif /* HAVE_LCD_BITMAP */
-
#if LCD_DEPTH > 1 /* non-mono bitmap targets */
matrix.c
@@ -198,7 +194,6 @@ test_codec.c
test_core_jpeg.c
#endif
test_disk.c
-#ifdef HAVE_LCD_BITMAP
test_fps.c
test_gfx.c
#if LCD_DEPTH < 4 && !defined(SIMULATOR)
@@ -208,11 +203,8 @@ test_scanrate.c
test_grey.c
test_greylib_bitmap_scale.c
#endif
-#endif
test_mem.c
-#ifdef HAVE_LCD_BITMAP
test_mem_jpeg.c
-#endif
#ifdef HAVE_LCD_COLOR
test_resize.c
#endif