From b3e0d18f7d1edae3f2ad5908b756052f89a09a9a Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Tue, 15 Mar 2022 20:17:11 -0400 Subject: skin_engine.c settings_apply_skins cleanup just some cleanup and removal of ifdefs in favor of dummy functions Change-Id: I03a1d351344afcc428dedb67aab915184f99bd23 --- apps/gui/statusbar-skinned.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/gui/statusbar-skinned.h') diff --git a/apps/gui/statusbar-skinned.h b/apps/gui/statusbar-skinned.h index ad102bef47..3ed36f1a84 100644 --- a/apps/gui/statusbar-skinned.h +++ b/apps/gui/statusbar-skinned.h @@ -49,9 +49,7 @@ void sb_bypass_touchregions(bool enable); int sb_touch_to_button(int context); #endif -#if (LCD_DEPTH > 1) || (defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1) int sb_get_backdrop(enum screen_type screen); -#endif int sb_preproccess(enum screen_type screen, struct wps_data *data); int sb_postproccess(enum screen_type screen, struct wps_data *data); -- cgit v1.2.3