summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 8dff227bc1..e746c432e6 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -607,14 +607,6 @@ long default_event_handler_ex(long event, void (*callback)(void *), void *parame
607 unplug_change(false); 607 unplug_change(false);
608 return SYS_PHONE_UNPLUGGED; 608 return SYS_PHONE_UNPLUGGED;
609#endif 609#endif
610#ifdef IPOD_ACCESSORY_PROTOCOL
611 case SYS_IAP_PERIODIC:
612 iap_periodic();
613 return SYS_IAP_PERIODIC;
614 case SYS_IAP_HANDLEPKT:
615 iap_handlepkt();
616 return SYS_IAP_HANDLEPKT;
617#endif
618#if CONFIG_PLATFORM & (PLATFORM_ANDROID|PLATFORM_MAEMO) 610#if CONFIG_PLATFORM & (PLATFORM_ANDROID|PLATFORM_MAEMO)
619 /* stop playback if we receive a call */ 611 /* stop playback if we receive a call */
620 case SYS_CALL_INCOMING: 612 case SYS_CALL_INCOMING: