From 775ebe4ff6508d13712beb6bc18e546adb39f47d Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 14 Apr 2013 18:13:12 +0200 Subject: lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style(). Change-Id: Ia4f943b3738ab6e66b0e3f1507c629b36d7eba94 --- apps/screen_access.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/screen_access.h') diff --git a/apps/screen_access.h b/apps/screen_access.h index 4f1faac187..933a4dc692 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -80,8 +80,6 @@ struct screen 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)(int x, int y, const unsigned char *string, - int style); 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, -- cgit v1.2.3