From cb9280c9e19ef2f4cf52fc80aac87e1cd0102fed Mon Sep 17 00:00:00 2001 From: Moshe Piekarski Date: Tue, 6 Oct 2020 15:27:56 -0500 Subject: Fix DEBUG builds Change-Id: Ie3b4caebf448444b7400541e44d11d40961781cb --- apps/plugins/announce_status.c | 4 ---- 1 file changed, 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) rb->add_event(PLAYBACK_EVENT_TRACK_CHANGE, playback_event_callback); thread_create(); -#ifdef DEBUG - return rb->default_event_handler(button); -#else return 0; -#endif } -- cgit v1.2.3