summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/announce_status.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/announce_status.c b/apps/plugins/announce_status.c
index 92f9aa28ec..cd58fdaa57 100644
--- a/apps/plugins/announce_status.c
+++ b/apps/plugins/announce_status.c
@@ -557,11 +557,7 @@ int plugin_main(const void* parameter)
557 rb->add_event(PLAYBACK_EVENT_TRACK_CHANGE, playback_event_callback); 557 rb->add_event(PLAYBACK_EVENT_TRACK_CHANGE, playback_event_callback);
558 558
559 thread_create(); 559 thread_create();
560#ifdef DEBUG
561 return rb->default_event_handler(button);
562#else
563 return 0; 560 return 0;
564#endif
565} 561}
566 562
567 563