diff options
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r-- | apps/screen_access.h | 4 |
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 void (*setuifont)(int newfont); void (*scroll_step)(int pixels); - void (*puts_style_xyoffset)(int x, int y, const unsigned char *str, - int style, int x_offset, int y_offset); - void (*puts_scroll_style_xyoffset)(int x, int y, const unsigned char *string, - int style, int x_offset, int y_offset); void (*mono_bitmap)(const unsigned char *src, int x, int y, int width, int height); void (*mono_bitmap_part)(const unsigned char *src, int src_x, int src_y, |