summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2005-07-02 07:52:15 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2005-07-02 07:52:15 +0000
commit7de0905fbf994962c6d93dce204fd6ad2f5c983e (patch)
tree0c49c4f7357aee0ffac8b1b18e386b9fe5c14721
parent3291ae6bfac7a0cd39dafe12b006f73cbcb874d1 (diff)
downloadrockbox-7de0905fbf994962c6d93dce204fd6ad2f5c983e.tar.gz
rockbox-7de0905fbf994962c6d93dce204fd6ad2f5c983e.zip
I though I removed this unnecessary line
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6982 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--flash/bootbox/main.c3
1 files changed, 0 insertions, 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)
170 while (usb_detect()) 170 while (usb_detect())
171 { /* enter USB mode early, before trying to mount */ 171 { /* enter USB mode early, before trying to mount */
172 if (button_get_w_tmo(HZ/10) == SYS_USB_CONNECTED) 172 if (button_get_w_tmo(HZ/10) == SYS_USB_CONNECTED)
173#ifdef HAVE_MMC
174 if (!mmc_touched() || (mmc_remove_request() == SYS_MMC_EXTRACTED))
175#endif
176 { 173 {
177 usb_screen(); 174 usb_screen();
178 } 175 }