summaryrefslogtreecommitdiff
path: root/apps/screen_access.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-07-19 19:38:45 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-07-24 21:20:13 +0000
commit0c4f89370d05056faa789aa9cabcccc4e509fb9f (patch)
tree6ddf7fff0a47564db41d39927ea1acbdb03e74ee /apps/screen_access.c
parent092c340a2062fa98b7387fc5fd63578ddae7d0b6 (diff)
[2/4] get rid of HAVE_LCD_CHARCELLS
HAVE_LCD_BITMAP is now redundant. lcd_bitmap is always-on in features.txt so manual and lang strings don't have to change Change-Id: I08eeb20de48099ffc2dc23782711af368c2ec794
Diffstat (limited to 'apps/screen_access.c')
-rw-r--r--apps/screen_access.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c
index a966d07876..cdb02a6546 100644
--- a/apps/screen_access.c
+++ b/apps/screen_access.c
@@ -237,15 +237,6 @@ struct screen screens[NB_SCREENS] =
.scroll_step=&lcd_scroll_step,
#endif /* HAVE_LCD_BITMAP */
-#ifdef HAVE_LCD_CHARCELLS
- .double_height=&lcd_double_height,
- .putchar=&lcd_putc,
- .get_locked_pattern=&lcd_get_locked_pattern,
- .define_pattern=&lcd_define_pattern,
- .unlock_pattern=&lcd_unlock_pattern,
- .icon=&lcd_icon,
-#endif /* HAVE_LCD_CHARCELLS */
-
.putsxy=&lcd_putsxy,
.puts=&lcd_puts,
.putsf=&lcd_putsf,
@@ -333,13 +324,6 @@ struct screen screens[NB_SCREENS] =
.scroll_step=&lcd_remote_scroll_step,
#endif /* 1 */
-#if 0 /* no charcell remote LCDs so far */
- .double_height=&lcd_remote_double_height,
- .putc=&lcd_remote_putc,
- .get_locked_pattern=&lcd_remote_get_locked_pattern,
- .define_pattern=&lcd_remote_define_pattern,
- .icon=&lcd_remote_icon,
-#endif /* 0 */
.putsxy=&lcd_remote_putsxy,
.puts=&lcd_remote_puts,
.putsf=&lcd_remote_putsf,