diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/screen_access.c | 2 | ||||
-rw-r--r-- | apps/screen_access.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c index c8f47ed0f6..452e5e9501 100644 --- a/apps/screen_access.c +++ b/apps/screen_access.c @@ -248,7 +248,6 @@ struct screen screens[NB_SCREENS] = .vline=&lcd_vline, .hline=&lcd_hline, .scroll_step=&lcd_scroll_step, - .puts_style_offset=&lcd_puts_style_offset, .puts_style_xyoffset=&lcd_puts_style_xyoffset, .puts_scroll_style=&lcd_puts_scroll_style, .puts_scroll_style_xyoffset=&lcd_puts_scroll_style_xyoffset, @@ -351,7 +350,6 @@ struct screen screens[NB_SCREENS] = .vline=&lcd_remote_vline, .hline=&lcd_remote_hline, .scroll_step=&lcd_remote_scroll_step, - .puts_style_offset=&lcd_remote_puts_style_offset, .puts_style_xyoffset=&lcd_remote_puts_style_xyoffset, .puts_scroll_style=&lcd_remote_puts_scroll_style, .puts_scroll_style_xyoffset=&lcd_remote_puts_scroll_style_xyoffset, 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, |