From 7de0905fbf994962c6d93dce204fd6ad2f5c983e Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Sat, 2 Jul 2005 07:52:15 +0000 Subject: I though I removed this unnecessary line git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6982 a1c6a512-1295-4272-9138-f99709370657 --- flash/bootbox/main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/flash/bootbox/main.c b/flash/bootbox/main.c index ecd5dc38ef..b0350923f3 100644 --- a/flash/bootbox/main.c +++ b/flash/bootbox/main.c @@ -170,9 +170,6 @@ void main(void) while (usb_detect()) { /* enter USB mode early, before trying to mount */ if (button_get_w_tmo(HZ/10) == SYS_USB_CONNECTED) -#ifdef HAVE_MMC - if (!mmc_touched() || (mmc_remove_request() == SYS_MMC_EXTRACTED)) -#endif { usb_screen(); } -- cgit v1.2.3