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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index 4f1faac187..933a4dc692 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -80,8 +80,6 @@ struct screen
80 void (*scroll_step)(int pixels); 80 void (*scroll_step)(int pixels);
81 void (*puts_style_xyoffset)(int x, int y, const unsigned char *str, 81 void (*puts_style_xyoffset)(int x, int y, const unsigned char *str,
82 int style, int x_offset, int y_offset); 82 int style, int x_offset, int y_offset);
83 void (*puts_scroll_style)(int x, int y, const unsigned char *string,
84 int style);
85 void (*puts_scroll_style_xyoffset)(int x, int y, const unsigned char *string, 83 void (*puts_scroll_style_xyoffset)(int x, int y, const unsigned char *string,
86 int style, int x_offset, int y_offset); 84 int style, int x_offset, int y_offset);
87 void (*mono_bitmap)(const unsigned char *src, 85 void (*mono_bitmap)(const unsigned char *src,