mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
lcd-common: Remove unused function lcd_puts_style().
Change-Id: Id2c64c116f79b8e61a7af49b9072b3e884ffb455
This commit is contained in:
parent
8f64625888
commit
1e324aac36
6 changed files with 2 additions and 24 deletions
|
@ -489,11 +489,6 @@ void LCDFN(putsf)(int x, int y, const unsigned char *fmt, ...)
|
|||
LCDFN(puts)(x, y, buf);
|
||||
}
|
||||
|
||||
void LCDFN(puts_style)(int x, int y, const unsigned char *str, int style)
|
||||
{
|
||||
LCDFN(puts_style_offset)(x, y, str, style, 0);
|
||||
}
|
||||
|
||||
/*** scrolling ***/
|
||||
|
||||
static struct scrollinfo* find_scrolling_line(int x, int y)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue