summaryrefslogtreecommitdiff
path: root/apps/screens.c
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/screens.c
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/screens.c')
-rw-r--r--apps/screens.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/screens.c b/apps/screens.c
index 47f110efd9..020d0a3021 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -66,7 +66,7 @@ void charging_splash(void)
66#endif 66#endif
67 67
68 68
69#if defined(HAVE_LCD_BITMAP) && (CONFIG_RTC != 0) 69#if (CONFIG_RTC != 0)
70 70
71/* little helper function for voice output */ 71/* little helper function for voice output */
72static void say_time(int cursorpos, const struct tm *tm) 72static void say_time(int cursorpos, const struct tm *tm)
@@ -360,7 +360,7 @@ bool set_time_screen(const char* title, struct tm *tm)
360#endif 360#endif
361 return usb; 361 return usb;
362} 362}
363#endif /* defined(HAVE_LCD_BITMAP) && (CONFIG_RTC != 0) */ 363#endif /* (CONFIG_RTC != 0) */
364 364
365static const int id3_headers[]= 365static const int id3_headers[]=
366{ 366{