From 8a6ee7fe947bb01a49beb38152cedb1e1b206ed2 Mon Sep 17 00:00:00 2001 From: der richter Date: Sat, 16 Nov 2019 16:54:07 +0100 Subject: 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. --- osdep/macosx_events.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'osdep/macosx_events.h') 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); -- cgit v1.2.3