summaryrefslogtreecommitdiff
path: root/apps/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/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/SOURCES')
-rw-r--r--apps/SOURCES9
1 files changed, 1 insertions, 8 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index d7cec53506..5335258f70 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -71,15 +71,11 @@ iap/iap-lingo7.c
71#endif 71#endif
72#endif 72#endif
73screen_access.c 73screen_access.c
74#ifdef HAVE_LCD_BITMAP
75gui/icon.c 74gui/icon.c
76#endif
77gui/list.c 75gui/list.c
78gui/line.c 76gui/line.c
79#ifdef HAVE_LCD_BITMAP
80gui/bitmap/list.c 77gui/bitmap/list.c
81gui/bitmap/list-skinned.c 78gui/bitmap/list-skinned.c
82#endif
83gui/option_select.c 79gui/option_select.c
84#ifdef HAVE_PITCHCONTROL 80#ifdef HAVE_PITCHCONTROL
85gui/pitchscreen.c 81gui/pitchscreen.c
@@ -96,9 +92,7 @@ gui/wps.c
96gui/scrollbar.c 92gui/scrollbar.c
97gui/splash.c 93gui/splash.c
98gui/statusbar.c 94gui/statusbar.c
99#ifdef HAVE_LCD_BITMAP
100gui/statusbar-skinned.c 95gui/statusbar-skinned.c
101#endif
102#if (CONFIG_PLATFORM&PLATFORM_ANDROID) 96#if (CONFIG_PLATFORM&PLATFORM_ANDROID)
103hosted/android/yesno.c 97hosted/android/yesno.c
104hosted/android/notification.c 98hosted/android/notification.c
@@ -121,7 +115,6 @@ gui/skin_engine/skin_touchsupport.c
121gui/backdrop.c 115gui/backdrop.c
122#endif 116#endif
123 117
124#ifdef HAVE_LCD_BITMAP
125recorder/bmp.c 118recorder/bmp.c
126recorder/icons.c 119recorder/icons.c
127#if (CONFIG_PLATFORM&PLATFORM_ANDROID) 120#if (CONFIG_PLATFORM&PLATFORM_ANDROID)
@@ -145,7 +138,7 @@ recorder/albumart.c
145#ifdef HAVE_LCD_COLOR 138#ifdef HAVE_LCD_COLOR
146gui/color_picker.c 139gui/color_picker.c
147#endif 140#endif
148#endif 141
149#ifdef HAVE_RECORDING 142#ifdef HAVE_RECORDING
150recorder/recording.c 143recorder/recording.c
151#endif 144#endif