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, 0 insertions, 4 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c
index 4744a26773..871b1f8a60 100644
--- a/apps/screen_access.c
+++ b/apps/screen_access.c
@@ -201,9 +201,7 @@ struct screen screens[NB_SCREENS] =
201 .backlight_set_timeout=&backlight_set_timeout, 201 .backlight_set_timeout=&backlight_set_timeout,
202#if LCD_DEPTH > 1 202#if LCD_DEPTH > 1
203 .backdrop_load=&backdrop_load, 203 .backdrop_load=&backdrop_load,
204 .backdrop_unload=&backdrop_unload,
205 .backdrop_show=&backdrop_show, 204 .backdrop_show=&backdrop_show,
206 .backdrop_hide=&backdrop_hide,
207#endif 205#endif
208#ifdef HAVE_BUTTONBAR 206#ifdef HAVE_BUTTONBAR
209 .has_buttonbar=false, 207 .has_buttonbar=false,
@@ -291,9 +289,7 @@ struct screen screens[NB_SCREENS] =
291 289
292#if LCD_DEPTH > 1 290#if LCD_DEPTH > 1
293 .backdrop_load=&remote_backdrop_load, 291 .backdrop_load=&remote_backdrop_load,
294 .backdrop_unload=&remote_backdrop_unload,
295 .backdrop_show=&remote_backdrop_show, 292 .backdrop_show=&remote_backdrop_show,
296 .backdrop_hide=&remote_backdrop_hide,
297#endif 293#endif
298#ifdef HAVE_BUTTONBAR 294#ifdef HAVE_BUTTONBAR
299 .has_buttonbar=false, 295 .has_buttonbar=false,