From bc963c34aedddcd3185ecda708ee2196cca7294c Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 3 Dec 2008 21:15:44 +0000 Subject: Hopefully mop-up remaining red. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19317 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/ipod.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'bootloader/ipod.c') diff --git a/bootloader/ipod.c b/bootloader/ipod.c index ec5fbd1a38..d5da776383 100644 --- a/bootloader/ipod.c +++ b/bootloader/ipod.c @@ -362,13 +362,3 @@ void* main(void) /* We never get here, but keep gcc happy */ return (void*)0; } - -/* These functions are present in the firmware library, but we reimplement - them here because the originals do a lot more than we want */ -void usb_acknowledge(void) -{ -} - -void usb_wait_for_disconnect(void) -{ -} -- cgit v1.2.3