forked from len0rd/rockbox
lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().
Change-Id: Ia4f943b3738ab6e66b0e3f1507c629b36d7eba94
This commit is contained in:
parent
7cd07290e6
commit
775ebe4ff6
8 changed files with 2 additions and 39 deletions
|
@ -602,13 +602,8 @@ void LCDFN(putsxy_scroll_func)(int x, int y, const unsigned char *string,
|
|||
|
||||
void LCDFN(puts_scroll)(int x, int y, const unsigned char *string)
|
||||
{
|
||||
LCDFN(puts_scroll_style)(x, y, string, STYLE_DEFAULT);
|
||||
}
|
||||
|
||||
void LCDFN(puts_scroll_style)(int x, int y, const unsigned char *string,
|
||||
int style)
|
||||
{
|
||||
LCDFN(puts_scroll_style_xyoffset)(x, y, string, style, 0, 0);
|
||||
LCDFN(puts_scroll_worker)(x, y, string, STYLE_DEFAULT, 0, 0,
|
||||
true, LCDFN(scroll_fn), NULL);
|
||||
}
|
||||
|
||||
#if !defined(HAVE_LCD_COLOR) || !defined(MAIN_LCD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue