summaryrefslogtreecommitdiff
path: root/apps/gui/statusbar-skinned.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/gui/statusbar-skinned.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/gui/statusbar-skinned.h')
-rw-r--r--apps/gui/statusbar-skinned.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/gui/statusbar-skinned.h b/apps/gui/statusbar-skinned.h
index 237ec45c82..ad102bef47 100644
--- a/apps/gui/statusbar-skinned.h
+++ b/apps/gui/statusbar-skinned.h
@@ -23,8 +23,6 @@
23 23
24#define DEFAULT_UPDATE_DELAY (HZ/7) 24#define DEFAULT_UPDATE_DELAY (HZ/7)
25 25
26#ifdef HAVE_LCD_BITMAP
27
28#include <stdio.h> 26#include <stdio.h>
29#include <string.h> 27#include <string.h>
30#include <stdlib.h> 28#include <stdlib.h>
@@ -57,14 +55,5 @@ int sb_get_backdrop(enum screen_type screen);
57int sb_preproccess(enum screen_type screen, struct wps_data *data); 55int sb_preproccess(enum screen_type screen, struct wps_data *data);
58int sb_postproccess(enum screen_type screen, struct wps_data *data); 56int sb_postproccess(enum screen_type screen, struct wps_data *data);
59 57
60#else /* CHARCELL */
61#define sb_skin_init()
62#define sb_skin_data_load(a,b,c)
63#define sb_skin_set_update_delay(a)
64#define sb_skin_set_state(a,b)
65#define sb_create_from_settings NULL
66#define sb_preproccess NULL
67#define sb_postproccess NULL
68#endif
69void do_sbs_update_callback(unsigned short id, void *param); 58void do_sbs_update_callback(unsigned short id, void *param);
70#endif /* __STATUSBAR_SKINNED_H__ */ 59#endif /* __STATUSBAR_SKINNED_H__ */