summaryrefslogtreecommitdiffstats
path: root/osdep/mac/swift_bridge.h
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-03-23 20:09:15 +0100
committerder richter <der.richter@gmx.de>2024-03-24 23:03:48 +0100
commit7e07e1a087e4107914294c5e9717f798e446c5d9 (patch)
treed0342930685761b1f3bb1c471c9b0c8e21fd8a95 /osdep/mac/swift_bridge.h
parentdeb9d30e905b7b4645f18a26e6274a2859221631 (diff)
downloadmpv-7e07e1a087e4107914294c5e9717f798e446c5d9.tar.bz2
mpv-7e07e1a087e4107914294c5e9717f798e446c5d9.tar.xz
mac/apphub: migrate remaining events functionality to new AppHub
add new app_bridge objc file for bridging between mpv core and app functionality. replace old EventsResponder singleton with AppHub. another step to clean up all App functionality and have one central place for it.
Diffstat (limited to 'osdep/mac/swift_bridge.h')
-rw-r--r--osdep/mac/swift_bridge.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/osdep/mac/swift_bridge.h b/osdep/mac/swift_bridge.h
index b47fbbaf05..f4d1c545d7 100644
--- a/osdep/mac/swift_bridge.h
+++ b/osdep/mac/swift_bridge.h
@@ -32,7 +32,6 @@
#include "video/out/win_state.h"
#include "osdep/mac/application_objc.h"
-#include "osdep/mac/events_objc.h"
// complex macros won't get imported to Swift so we have to reassign them