diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-07-17 10:31:31 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-07-24 21:20:13 +0000 |
commit | 658026e6267277b27d297c481728f74d160a8481 (patch) | |
tree | 915a9d2bb48469bdd5b9127dc19a61f230721a6c /apps/gui/statusbar-skinned.h | |
parent | 8cb555460ff79e636a7907fb2589e16db98c8600 (diff) | |
download | rockbox-658026e626.tar.gz rockbox-658026e626.tar.bz2 rockbox-658026e626.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.h | 11 |
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 @@ #define DEFAULT_UPDATE_DELAY (HZ/7) -#ifdef HAVE_LCD_BITMAP - #include <stdio.h> #include <string.h> #include <stdlib.h> @@ -57,14 +55,5 @@ int sb_get_backdrop(enum screen_type screen); int sb_preproccess(enum screen_type screen, struct wps_data *data); int sb_postproccess(enum screen_type screen, struct wps_data *data); -#else /* CHARCELL */ -#define sb_skin_init() -#define sb_skin_data_load(a,b,c) -#define sb_skin_set_update_delay(a) -#define sb_skin_set_state(a,b) -#define sb_create_from_settings NULL -#define sb_preproccess NULL -#define sb_postproccess NULL -#endif void do_sbs_update_callback(unsigned short id, void *param); #endif /* __STATUSBAR_SKINNED_H__ */ |