summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-04-13 18:19:55 +0200
committerThomas Martitz <kugel@rockbox.org>2014-01-07 14:13:48 +0100
commit1e324aac36c123340d8d33338042402164581860 (patch)
treeda79c804a7b582dd2c92ab5d06c318d7aa8e728d /firmware/drivers
parent8f64625888965d7eed46101fad8fc7fbd9e30f03 (diff)
downloadrockbox-1e324aac36c123340d8d33338042402164581860.tar.gz
rockbox-1e324aac36c123340d8d33338042402164581860.zip
lcd-common: Remove unused function lcd_puts_style().
Change-Id: Id2c64c116f79b8e61a7af49b9072b3e884ffb455
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/lcd-bitmap-common.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/drivers/lcd-bitmap-common.c b/firmware/drivers/lcd-bitmap-common.c
index 2219b6de78..f9bc03d48e 100644
--- a/firmware/drivers/lcd-bitmap-common.c
+++ b/firmware/drivers/lcd-bitmap-common.c
@@ -489,11 +489,6 @@ void LCDFN(putsf)(int x, int y, const unsigned char *fmt, ...)
489 LCDFN(puts)(x, y, buf); 489 LCDFN(puts)(x, y, buf);
490} 490}
491 491
492void LCDFN(puts_style)(int x, int y, const unsigned char *str, int style)
493{
494 LCDFN(puts_style_offset)(x, y, str, style, 0);
495}
496
497/*** scrolling ***/ 492/*** scrolling ***/
498 493
499static struct scrollinfo* find_scrolling_line(int x, int y) 494static struct scrollinfo* find_scrolling_line(int x, int y)