summaryrefslogtreecommitdiff
path: root/apps/screen_access.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screen_access.c')
-rw-r--r--apps/screen_access.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c
index 28dad06cfc..46b5168661 100644
--- a/apps/screen_access.c
+++ b/apps/screen_access.c
@@ -288,13 +288,11 @@ struct screen screens[NB_SCREENS] =
288 .backlight_off=&remote_backlight_off, 288 .backlight_off=&remote_backlight_off,
289 .is_backlight_on=&is_remote_backlight_on, 289 .is_backlight_on=&is_remote_backlight_on,
290 .backlight_set_timeout=&remote_backlight_set_timeout, 290 .backlight_set_timeout=&remote_backlight_set_timeout,
291 291
292#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1
293 .backdrop_load=&remote_backdrop_load, 292 .backdrop_load=&remote_backdrop_load,
294 .backdrop_unload=&remote_backdrop_unload, 293 .backdrop_unload=&remote_backdrop_unload,
295 .backdrop_show=&remote_backdrop_show, 294 .backdrop_show=&remote_backdrop_show,
296 .backdrop_hide=&remote_backdrop_hide, 295 .backdrop_hide=&remote_backdrop_hide,
297#endif
298#ifdef HAVE_BUTTONBAR 296#ifdef HAVE_BUTTONBAR
299 .has_buttonbar=false, 297 .has_buttonbar=false,
300#endif 298#endif