summaryrefslogtreecommitdiff
path: root/apps/screen_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r--apps/screen_access.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index 6333251d29..35bcdef0a2 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -119,7 +119,6 @@ struct screen
119 void (*drawline)(int x1, int y1, int x2, int y2); 119 void (*drawline)(int x1, int y1, int x2, int y2);
120 void (*vline)(int x, int y1, int y2); 120 void (*vline)(int x, int y1, int y2);
121 void (*hline)(int x1, int x2, int y); 121 void (*hline)(int x1, int x2, int y);
122 void (*invertscroll) (int x, int y);
123#endif /* HAVE_LCD_BITMAP || HAVE_REMOTE_LCD */ 122#endif /* HAVE_LCD_BITMAP || HAVE_REMOTE_LCD */
124 123
125#ifdef HAVE_LCD_CHARCELLS /* no charcell remote LCDs so far */ 124#ifdef HAVE_LCD_CHARCELLS /* no charcell remote LCDs so far */