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 1d120f7bb0..4f1faac187 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -78,8 +78,6 @@ struct screen
78 void (*setuifont)(int newfont); 78 void (*setuifont)(int newfont);
79 79
80 void (*scroll_step)(int pixels); 80 void (*scroll_step)(int pixels);
81 void (*puts_style_offset)(int x, int y, const unsigned char *str,
82 int style, int x_offset);
83 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,
84 int style, int x_offset, int y_offset); 82 int style, int x_offset, int y_offset);
85 void (*puts_scroll_style)(int x, int y, const unsigned char *string, 83 void (*puts_scroll_style)(int x, int y, const unsigned char *string,