summaryrefslogtreecommitdiffstats
path: root/bootloader/main-pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/main-pp.c')
-rw-r--r--bootloader/main-pp.c13
1 files changed, 0 insertions, 13 deletions
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
-