From 8f64625888965d7eed46101fad8fc7fbd9e30f03 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 13 Apr 2013 18:17:16 +0200 Subject: lcd-common: Remove unused function lcd_puts_offset(). Change-Id: I39749bf3db915e5a8ddb6e6f25eb201ea0aaf981 --- apps/screen_access.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/screen_access.h') diff --git a/apps/screen_access.h b/apps/screen_access.h index c21d9cdb63..1d120f7bb0 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -139,7 +139,6 @@ struct screen void (*putsxy)(int x, int y, const unsigned char *str); void (*puts)(int x, int y, const unsigned char *str); 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 (*putsxy_scroll_func)(int x, int y, const unsigned char *string, void (*scroll_func)(struct scrollinfo *), -- cgit v1.2.3