forked from len0rd/rockbox
Some code cleanup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4480 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7d5992b08f
commit
fbca8aaa19
1 changed files with 3 additions and 6 deletions
|
|
@ -1059,12 +1059,9 @@ static void display_playlist_count(int count, char *fmt)
|
||||||
*/
|
*/
|
||||||
static void display_buffer_full(void)
|
static void display_buffer_full(void)
|
||||||
{
|
{
|
||||||
lcd_clear_display();
|
splash(HZ*2, true, "%s %s",
|
||||||
lcd_puts(0,0,str(LANG_PLAYINDICES_PLAYLIST));
|
str(LANG_PLAYINDICES_PLAYLIST),
|
||||||
lcd_puts(0,1,str(LANG_PLAYINDICES_BUFFER));
|
str(LANG_PLAYINDICES_BUFFER));
|
||||||
lcd_update();
|
|
||||||
sleep(HZ*2);
|
|
||||||
lcd_clear_display();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue