summaryrefslogtreecommitdiff
path: root/firmware/export/lcd-remote.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-04-13 18:20:42 +0200
committerThomas Martitz <kugel@rockbox.org>2014-01-07 14:13:48 +0100
commit7cd07290e6fc21ab8b2b6d438d7a6b24b3708e35 (patch)
treea57c8639c633561ed841c7a508e7dcb4bc60dd8e /firmware/export/lcd-remote.h
parent1e324aac36c123340d8d33338042402164581860 (diff)
downloadrockbox-7cd07290e6fc21ab8b2b6d438d7a6b24b3708e35.tar.gz
rockbox-7cd07290e6fc21ab8b2b6d438d7a6b24b3708e35.zip
lcd-common: Remove unused function lcd_puts_style_offset().
Change-Id: I24da23d132f933fe647416dc58e8f50879715423
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 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);
175extern void lcd_remote_clear_viewport(void); 175extern void lcd_remote_clear_viewport(void);
176extern void lcd_remote_puts(int x, int y, const unsigned char *str); 176extern 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_offset(int x, int y, const unsigned char *str,
179 int style, int offset);
180extern void lcd_remote_puts_style_xyoffset(int x, int y, const unsigned char *str, 178extern void lcd_remote_puts_style_xyoffset(int x, int y, const unsigned char *str,
181 int style, int x_offset, int y_offset); 179 int style, int x_offset, int y_offset);
182extern void lcd_remote_putc(int x, int y, unsigned short ch); 180extern void lcd_remote_putc(int x, int y, unsigned short ch);