summaryrefslogtreecommitdiff
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 c7eb97aecc..5e4b744c59 100644
--- a/firmware/export/scroll_engine.h
+++ b/firmware/export/scroll_engine.h
@@ -62,9 +62,6 @@ struct scrollinfo
62 struct viewport* vp; 62 struct viewport* vp;
63 char linebuffer[9*MAX_PATH/10]; 63 char linebuffer[9*MAX_PATH/10];
64 const char *line; 64 const char *line;
65#ifdef HAVE_LCD_CHARCELLS
66 int len; /* length of line in chars */
67#endif
68 /* rectangle for the line */ 65 /* rectangle for the line */
69 int x, y; /* relative to the viewort */ 66 int x, y; /* relative to the viewort */
70 int width, height; 67 int width, height;