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 c21d9cdb63..1d120f7bb0 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -139,7 +139,6 @@ struct screen
139 void (*putsxy)(int x, int y, const unsigned char *str); 139 void (*putsxy)(int x, int y, const unsigned char *str);
140 void (*puts)(int x, int y, const unsigned char *str); 140 void (*puts)(int x, int y, const unsigned char *str);
141 void (*putsf)(int x, int y, const unsigned char *str, ...); 141 void (*putsf)(int x, int y, const unsigned char *str, ...);
142 void (*puts_offset)(int x, int y, const unsigned char *str, int offset);
143 void (*puts_scroll)(int x, int y, const unsigned char *string); 142 void (*puts_scroll)(int x, int y, const unsigned char *string);
144 void (*putsxy_scroll_func)(int x, int y, const unsigned char *string, 143 void (*putsxy_scroll_func)(int x, int y, const unsigned char *string,
145 void (*scroll_func)(struct scrollinfo *), 144 void (*scroll_func)(struct scrollinfo *),