summaryrefslogtreecommitdiffstats
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index e7a75e893a..9efec9da4d 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -48,11 +48,6 @@ struct viewport {
#if LCD_DEPTH > 1
unsigned fg_pattern;
unsigned bg_pattern;
-#ifdef HAVE_LCD_COLOR
- unsigned lss_pattern;
- unsigned lse_pattern;
- unsigned lst_pattern;
-#endif
#endif
};