forked from len0rd/rockbox
remove debug line
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3479 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7b9a36eeff
commit
202169ed5a
1 changed files with 0 additions and 1 deletions
|
@ -610,7 +610,6 @@ void splash(int ticks, /* how long */
|
||||||
first=false;
|
first=false;
|
||||||
#ifdef HAVE_LCD_BITMAP
|
#ifdef HAVE_LCD_BITMAP
|
||||||
lcd_putsxy(x, y, next);
|
lcd_putsxy(x, y, next);
|
||||||
lcd_update(); /* DURING DEBUG ONLY */
|
|
||||||
#else
|
#else
|
||||||
lcd_puts(x, y, next);
|
lcd_puts(x, y, next);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue