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 --- firmware/export/lcd-remote.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'firmware/export/lcd-remote.h') diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h index 5eb08b618f..347a46e8bd 100644 --- a/firmware/export/lcd-remote.h +++ b/firmware/export/lcd-remote.h @@ -177,8 +177,6 @@ extern void lcd_remote_puts(int x, int y, const unsigned char *str); extern void lcd_remote_putsf(int x, int y, const unsigned char *fmt, ...); extern void lcd_remote_puts_style(int x, int y, const unsigned char *str, int style); -extern void lcd_remote_puts_offset(int x, int y, const unsigned char *str, - int offset); extern void lcd_remote_puts_style_offset(int x, int y, const unsigned char *str, int style, int offset); extern void lcd_remote_puts_style_xyoffset(int x, int y, const unsigned char *str, -- cgit v1.2.3