From 658026e6267277b27d297c481728f74d160a8481 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 17 Jul 2020 10:31:31 -0400 Subject: [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 --- apps/gui/statusbar-skinned.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'apps/gui/statusbar-skinned.h') 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 #include #include @@ -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__ */ -- cgit v1.2.3