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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index 933a4dc692..c5684fc0c7 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -78,10 +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_xyoffset)(int x, int y, const unsigned char *str,
82 int style, int x_offset, int y_offset);
83 void (*puts_scroll_style_xyoffset)(int x, int y, const unsigned char *string,
84 int style, int x_offset, int y_offset);
85 void (*mono_bitmap)(const unsigned char *src, 81 void (*mono_bitmap)(const unsigned char *src,
86 int x, int y, int width, int height); 82 int x, int y, int width, int height);
87 void (*mono_bitmap_part)(const unsigned char *src, int src_x, int src_y, 83 void (*mono_bitmap_part)(const unsigned char *src, int src_x, int src_y,