diff options
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r-- | apps/screen_access.h | 2 |
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 void (*setuifont)(int newfont); void (*scroll_step)(int pixels); - void (*puts_style_offset)(int x, int y, const unsigned char *str, - int style, int x_offset); void (*puts_style_xyoffset)(int x, int y, const unsigned char *str, int style, int x_offset, int y_offset); void (*puts_scroll_style)(int x, int y, const unsigned char *string, |