cocoa: remove unused function

This commit is contained in:
Stefano Pigozzi 2015-02-14 12:52:09 +01:00
parent 70802d519f
commit bf46f4c997
1 changed files with 0 additions and 7 deletions

View File

@ -261,13 +261,6 @@ static void cocoa_run_runloop(void)
[pool drain];
}
static void cocoa_stop_runloop(void)
{
[NSApp performSelectorOnMainThread:@selector(stop:)
withObject:nil
waitUntilDone:true];
}
static void *playback_thread(void *ctx_obj)
{
mpthread_set_name("playback core (OSX)");