summaryrefslogtreecommitdiff
path: root/firmware/export/lcd-remote.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-04-13 18:17:16 +0200
committerThomas Martitz <kugel@rockbox.org>2014-01-07 14:13:48 +0100
commit8f64625888965d7eed46101fad8fc7fbd9e30f03 (patch)
tree35b41b514fbb9904e36763a7f425f42ff98e8dc7 /firmware/export/lcd-remote.h
parenta422604435bbb92b6d69552e347c8fa56c0830a2 (diff)
downloadrockbox-8f64625888965d7eed46101fad8fc7fbd9e30f03.tar.gz
rockbox-8f64625888965d7eed46101fad8fc7fbd9e30f03.zip
lcd-common: Remove unused function lcd_puts_offset().
Change-Id: I39749bf3db915e5a8ddb6e6f25eb201ea0aaf981
Diffstat (limited to 'firmware/export/lcd-remote.h')
-rw-r--r--firmware/export/lcd-remote.h2
1 files changed, 0 insertions, 2 deletions
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);
177extern void lcd_remote_putsf(int x, int y, const unsigned char *fmt, ...); 177extern void lcd_remote_putsf(int x, int y, const unsigned char *fmt, ...);
178extern void lcd_remote_puts_style(int x, int y, const unsigned char *str, 178extern void lcd_remote_puts_style(int x, int y, const unsigned char *str,
179 int style); 179 int style);
180extern void lcd_remote_puts_offset(int x, int y, const unsigned char *str,
181 int offset);
182extern void lcd_remote_puts_style_offset(int x, int y, const unsigned char *str, 180extern void lcd_remote_puts_style_offset(int x, int y, const unsigned char *str,
183 int style, int offset); 181 int style, int offset);
184extern void lcd_remote_puts_style_xyoffset(int x, int y, const unsigned char *str, 182extern void lcd_remote_puts_style_xyoffset(int x, int y, const unsigned char *str,