1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-23 08:03:19 +00:00

cocoa: remove unused function

(cherry picked from commit bf46f4c997)
This commit is contained in:
Stefano Pigozzi 2015-02-14 12:52:09 +01:00 committed by Diogo Franco (Kovensky)
parent 8fdd688d48
commit 16c7de4aab

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