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/main-pp.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'bootloader/main-pp.c') diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c index f227e0f4f3..b279628a29 100644 --- a/bootloader/main-pp.c +++ b/bootloader/main-pp.c @@ -628,16 +628,3 @@ void* main(void) return (void*)loadbuffer; } - -#if !defined(SANSA_E200) && !defined(SANSA_C200) && !defined(PHILIPS_SA9200) -/* 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) -{ -} -#endif - -- cgit v1.2.3