mirror of
https://github.com/mpv-player/mpv
synced 2025-02-05 22:52:18 +00:00
cocoa: remove unused function
This commit is contained in:
parent
70802d519f
commit
bf46f4c997
@ -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)");
|
||||
|
Loading…
Reference in New Issue
Block a user