0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

cocoa: remove unused function

This commit is contained in:
Stefano Pigozzi 2015-02-14 12:52:09 +01:00
parent 70802d519f
commit bf46f4c997

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)");