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 -- firmware/export/lcd.h | 1 - 2 files changed, 3 deletions(-) (limited to 'firmware/export') 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, diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h index dd7c3ba80f..7c361d4097 100644 --- a/firmware/export/lcd.h +++ b/firmware/export/lcd.h @@ -207,7 +207,6 @@ extern void lcd_putsxy_style_offset(int x, int y, const unsigned char *str, extern void lcd_puts(int x, int y, const unsigned char *string); extern void lcd_putsf(int x, int y, const unsigned char *fmt, ...); extern void lcd_puts_style(int x, int y, const unsigned char *string, int style); -extern void lcd_puts_offset(int x, int y, const unsigned char *str, int offset); extern void lcd_putc(int x, int y, unsigned long ucs); extern void lcd_puts_scroll(int x, int y, const unsigned char* string); extern void lcd_puts_scroll_style(int x, int y, const unsigned char* string, -- cgit v1.2.3