summaryrefslogtreecommitdiff
path: root/firmware/export/lcd-remote.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-04-14 18:13:12 +0200
committerThomas Martitz <kugel@rockbox.org>2014-01-07 14:13:48 +0100
commit775ebe4ff6508d13712beb6bc18e546adb39f47d (patch)
treeed627a0b18815e50ef6843fc3d9ad350503eb006 /firmware/export/lcd-remote.h
parent7cd07290e6fc21ab8b2b6d438d7a6b24b3708e35 (diff)
downloadrockbox-775ebe4ff6508d13712beb6bc18e546adb39f47d.tar.gz
rockbox-775ebe4ff6508d13712beb6bc18e546adb39f47d.zip
lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().
Change-Id: Ia4f943b3738ab6e66b0e3f1507c629b36d7eba94
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 53ddf0fcea..4c0a894072 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -179,8 +179,6 @@ extern void lcd_remote_puts_style_xyoffset(int x, int y, const unsigned char *st
179 int style, int x_offset, int y_offset); 179 int style, int x_offset, int y_offset);
180extern void lcd_remote_putc(int x, int y, unsigned short ch); 180extern void lcd_remote_putc(int x, int y, unsigned short ch);
181extern void lcd_remote_puts_scroll(int x, int y, const unsigned char *str); 181extern void lcd_remote_puts_scroll(int x, int y, const unsigned char *str);
182extern void lcd_remote_puts_scroll_style(int x, int y, const unsigned char *str,
183 int style);
184extern void lcd_remote_puts_scroll_style_xyoffset(int x, int y, 182extern void lcd_remote_puts_scroll_style_xyoffset(int x, int y,
185 const unsigned char *string, 183 const unsigned char *string,
186 int style, int x_offset, 184 int style, int x_offset,