From 63f4f68a7421676eb247ad2c33e3fbae245ba304 Mon Sep 17 00:00:00 2001 From: Barry Wardell Date: Sun, 11 May 2008 15:30:15 +0000 Subject: [PATCH] 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 --- bootloader/main-pp.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c index f4184829e0..07222139e7 100644 --- a/bootloader/main-pp.c +++ b/bootloader/main-pp.c @@ -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();