Fix DEBUG builds
Change-Id: Ie3b4caebf448444b7400541e44d11d40961781cb
This commit is contained in:
parent
914114fd21
commit
cb9280c9e1
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue