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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c
index 452e5e9501..7ca6f8d310 100644
--- a/apps/screen_access.c
+++ b/apps/screen_access.c
@@ -249,7 +249,6 @@ struct screen screens[NB_SCREENS] =
249 .hline=&lcd_hline, 249 .hline=&lcd_hline,
250 .scroll_step=&lcd_scroll_step, 250 .scroll_step=&lcd_scroll_step,
251 .puts_style_xyoffset=&lcd_puts_style_xyoffset, 251 .puts_style_xyoffset=&lcd_puts_style_xyoffset,
252 .puts_scroll_style=&lcd_puts_scroll_style,
253 .puts_scroll_style_xyoffset=&lcd_puts_scroll_style_xyoffset, 252 .puts_scroll_style_xyoffset=&lcd_puts_scroll_style_xyoffset,
254#endif /* HAVE_LCD_BITMAP */ 253#endif /* HAVE_LCD_BITMAP */
255 254
@@ -351,7 +350,6 @@ struct screen screens[NB_SCREENS] =
351 .hline=&lcd_remote_hline, 350 .hline=&lcd_remote_hline,
352 .scroll_step=&lcd_remote_scroll_step, 351 .scroll_step=&lcd_remote_scroll_step,
353 .puts_style_xyoffset=&lcd_remote_puts_style_xyoffset, 352 .puts_style_xyoffset=&lcd_remote_puts_style_xyoffset,
354 .puts_scroll_style=&lcd_remote_puts_scroll_style,
355 .puts_scroll_style_xyoffset=&lcd_remote_puts_scroll_style_xyoffset, 353 .puts_scroll_style_xyoffset=&lcd_remote_puts_scroll_style_xyoffset,
356#endif /* 1 */ 354#endif /* 1 */
357 355