summaryrefslogtreecommitdiff
path: root/apps/misc.h
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/misc.h
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/misc.h')
-rw-r--r--apps/misc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/misc.h b/apps/misc.h
index 10626dfaf4..c4057f4ebc 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -147,14 +147,12 @@ char* skip_whitespace(char* const str);
147 */ 147 */
148char *strip_extension(char* buffer, int buffer_size, const char *filename); 148char *strip_extension(char* buffer, int buffer_size, const char *filename);
149 149
150#ifdef HAVE_LCD_BITMAP
151bool parse_color(enum screen_type screen, char *text, int *value); 150bool parse_color(enum screen_type screen, char *text, int *value);
152 151
153/* only used in USB HID and set_time screen */ 152/* only used in USB HID and set_time screen */
154#if defined(USB_ENABLE_HID) || (CONFIG_RTC != 0) 153#if defined(USB_ENABLE_HID) || (CONFIG_RTC != 0)
155int clamp_value_wrap(int value, int max, int min); 154int clamp_value_wrap(int value, int max, int min);
156#endif 155#endif
157#endif
158 156
159enum current_activity { 157enum current_activity {
160 ACTIVITY_UNKNOWN = 0, 158 ACTIVITY_UNKNOWN = 0,