summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2008-05-11 15:30:15 +0000
committerBarry Wardell <rockbox@barrywardell.net>2008-05-11 15:30:15 +0000
commit63f4f68a7421676eb247ad2c33e3fbae245ba304 (patch)
treec3e02b984a778cfd194b1be80a07b9bbd1912274
parent95be4febc87ab103d77ed41b2594691ae4f9f0ee (diff)
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
-rw-r--r--bootloader/main-pp.c4
1 files changed, 0 insertions, 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();