From b8530435ec58907aa747b423219234b003185002 Mon Sep 17 00:00:00 2001 From: Hristo Kovachev Date: Wed, 18 Jan 2006 14:43:33 +0000 Subject: Remove a redundant line git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8371 a1c6a512-1295-4272-9138-f99709370657 --- firmware/usb.c | 3 --- 1 file changed, 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 */ -- cgit