summaryrefslogtreecommitdiffstats
path: root/firmware/export/scroll_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/scroll_engine.h')
-rw-r--r--firmware/export/scroll_engine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/scroll_engine.h b/firmware/export/scroll_engine.h
index e3fd720550..19a2bc4cca 100644
--- a/firmware/export/scroll_engine.h
+++ b/firmware/export/scroll_engine.h
@@ -69,9 +69,6 @@ struct scrollinfo
int width, height;
/* pixel to skip from the beginning of the string, increments as the text scrolls */
int offset;
-#ifdef HAVE_LCD_BITMAP
- int style; /* line style */
-#endif /* HAVE_LCD_BITMAP */
/* scroll presently forward or backward? */
bool backward;
bool bidir;