summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-03-26 21:50:35 +0100
committerder richter <der.richter@gmx.de>2024-03-29 14:20:40 +0100
commite71e340b77c65b71510a74b69d262ca9e3ee8032 (patch)
tree28fe0e0009abeaed5874366f1c4690ff9f2d4d3d /video/out
parent6debb22a0cde5231ebed6df5013d426991f87a27 (diff)
downloadmpv-e71e340b77c65b71510a74b69d262ca9e3ee8032.tar.bz2
mpv-e71e340b77c65b71510a74b69d262ca9e3ee8032.tar.xz
mac: remove now unnecessary objective-c forwarding
Diffstat (limited to 'video/out')
-rw-r--r--video/out/cocoa_cb_common.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/cocoa_cb_common.swift b/video/out/cocoa_cb_common.swift
index 3426ca6cf8..36721391c8 100644
--- a/video/out/cocoa_cb_common.swift
+++ b/video/out/cocoa_cb_common.swift
@@ -31,7 +31,7 @@ class CocoaCB: Common, EventSubscriber {
var backendState: State = .uninitialized
- @objc init(_ mpvHandle: OpaquePointer) {
+ init(_ mpvHandle: OpaquePointer) {
let newlog = mp_log_new(UnsafeMutablePointer(mpvHandle), mp_client_get_log(mpvHandle), "cocoacb")
let option = OptionHelper(UnsafeMutablePointer(mpvHandle), mp_client_get_global(mpvHandle))
libmpv = LibmpvHelper(mpvHandle, newlog)