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. --- wscript | 5 ----- 1 file changed, 5 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 7af97dd894..3aa1376995 100644 --- a/wscript +++ b/wscript @@ -904,11 +904,6 @@ standalone_features = [ 'desc': 'w32 executable', 'deps': 'os-win32 || !(!(os-cygwin))', 'func': check_ctx_vars('WINDRES') - }, { - 'name': '--apple-remote', - 'desc': 'Apple Remote support', - 'deps': 'cocoa', - 'func': check_true }, { 'name': '--macos-touchbar', 'desc': 'macOS Touch Bar support', -- cgit v1.2.3