From a422604435bbb92b6d69552e347c8fa56c0830a2 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 11 Apr 2013 12:07:06 +0200 Subject: lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_offset() and lcd_puts_scroll_style_offset(). Change-Id: Ia84ae88020d06a1cb634942ab5e635fd5d10ac66 --- apps/screen_access.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/screen_access.h') diff --git a/apps/screen_access.h b/apps/screen_access.h index 7bc9c35237..c21d9cdb63 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -84,8 +84,6 @@ struct screen int style, int x_offset, int y_offset); void (*puts_scroll_style)(int x, int y, const unsigned char *string, int style); - void (*puts_scroll_style_offset)(int x, int y, const unsigned char *string, - int style, int x_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, @@ -143,8 +141,6 @@ struct screen void (*putsf)(int x, int y, const unsigned char *str, ...); void (*puts_offset)(int x, int y, const unsigned char *str, int offset); void (*puts_scroll)(int x, int y, const unsigned char *string); - void (*puts_scroll_offset)(int x, int y, const unsigned char *string, - int x_offset); void (*putsxy_scroll_func)(int x, int y, const unsigned char *string, void (*scroll_func)(struct scrollinfo *), void *data, int x_offset); -- cgit v1.2.2