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 --- 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 d803525318..53ddf0fcea 100644 --- a/firmware/export/lcd-remote.h +++ b/firmware/export/lcd-remote.h @@ -175,8 +175,6 @@ extern void lcd_remote_clear_display(void); extern void lcd_remote_clear_viewport(void); 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_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, int style, int x_offset, int y_offset); extern void lcd_remote_putc(int x, int y, unsigned short ch); -- cgit v1.2.3