summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_events_objc.h
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2019-11-16 16:54:07 +0100
committerder richter <der.richter@gmx.de>2019-12-15 20:07:31 +0100
commit8a6ee7fe947bb01a49beb38152cedb1e1b206ed2 (patch)
tree6ccead9d45dcc1561601c6d4927c6c71ba528eac /osdep/macosx_events_objc.h
parent1eb6cbd093481517e37b40aec174fc6f4e553bcd (diff)
downloadmpv-8a6ee7fe947bb01a49beb38152cedb1e1b206ed2.tar.bz2
mpv-8a6ee7fe947bb01a49beb38152cedb1e1b206ed2.tar.xz
mac: remove Apple Remote support
the Apple Remote has long been deprecated and abandoned by Apple. current macs don't come with support for it anymore. support might be re-added with the next commit.
Diffstat (limited to 'osdep/macosx_events_objc.h')
-rw-r--r--osdep/macosx_events_objc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/osdep/macosx_events_objc.h b/osdep/macosx_events_objc.h
index 79ace0a909..42f6ee234a 100644
--- a/osdep/macosx_events_objc.h
+++ b/osdep/macosx_events_objc.h
@@ -18,12 +18,11 @@
*/
#import <Cocoa/Cocoa.h>
-#import "ar/HIDRemote.h"
#include "osdep/macosx_events.h"
struct input_ctx;
-@interface EventsResponder : NSObject <HIDRemoteDelegate>
+@interface EventsResponder : NSObject
+ (EventsResponder *)sharedInstance;
- (void)setInputContext:(struct input_ctx *)ctx;