Don't need this any more since it's the default now.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17457 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2008-05-11 15:30:15 +00:00
parent 95be4febc8
commit 63f4f68a74

View File

@ -446,10 +446,6 @@ void* main(void)
kernel_init();
lcd_init();
#if LCD_DEPTH > 1
lcd_set_foreground(LCD_WHITE);
lcd_set_background(LCD_BLACK);
#endif
font_init();
show_logo();