summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_events.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.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.h')
-rw-r--r--osdep/macosx_events.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/osdep/macosx_events.h b/osdep/macosx_events.h
index 17adaf9ae5..9188c8bee2 100644
--- a/osdep/macosx_events.h
+++ b/osdep/macosx_events.h
@@ -27,9 +27,6 @@ struct mpv_handle;
void cocoa_put_key(int keycode);
void cocoa_put_key_with_modifiers(int keycode, int modifiers);
-void cocoa_init_apple_remote(void);
-void cocoa_uninit_apple_remote(void);
-
void cocoa_init_media_keys(void);
void cocoa_uninit_media_keys(void);