summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorHristo Kovachev <bger@rockbox.org>2006-01-18 14:43:33 +0000
committerHristo Kovachev <bger@rockbox.org>2006-01-18 14:43:33 +0000
commitb8530435ec58907aa747b423219234b003185002 (patch)
tree93d9745190719ff65854c7d4ea748d1d0a2561a8 /firmware
parent27312b28551c72765b2fba2959dd564f63207a61 (diff)
downloadrockbox-b8530435ec58907aa747b423219234b003185002.tar.gz
rockbox-b8530435ec58907aa747b423219234b003185002.zip
Remove a redundant line
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8371 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/usb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/usb.c b/firmware/usb.c
index bd2fde3ab8..2cbe0348e5 100644
--- a/firmware/usb.c
+++ b/firmware/usb.c
@@ -396,9 +396,6 @@ bool usb_detect(void)
#ifdef USB_GMINISTYLE
current_status = (P5 & 0x10)?true:false;
#endif
-#ifdef IRIVER_H300
- current_status = (GPIO1_READ & 0x80)?true:false;
-#endif
#ifdef USB_IPODSTYLE
/* The following check is in the ipodlinux source, with the
comment "USB2D_IDENT is bad" if USB2D_IDENT != 0x22FA05 */