1
0
Fork 0
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:
Robert Hak 2003-03-18 22:51:12 +00:00
parent 7b9a36eeff
commit 202169ed5a

View file

@ -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