From 7cd07290e6fc21ab8b2b6d438d7a6b24b3708e35 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 13 Apr 2013 18:20:42 +0200 Subject: lcd-common: Remove unused function lcd_puts_style_offset(). Change-Id: I24da23d132f933fe647416dc58e8f50879715423 --- 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 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, -- cgit