From 6c441e835c144042f853dc87eb19651decae61df Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Tue, 7 Feb 2023 09:04:49 -0700 Subject: [PATCH] data: remove unused dylib_data.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit File was superseded with sys_patch_dict.py’s introduction --- data/dylib_data.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 data/dylib_data.py diff --git a/data/dylib_data.py b/data/dylib_data.py deleted file mode 100644 index c5949f019..000000000 --- a/data/dylib_data.py +++ /dev/null @@ -1,14 +0,0 @@ -# Data for SkyLightShim Plugin systems -class shim_list: - shim_pathing = { - "CoreWLAN.dylib": "/System/Library/CoreServices/WiFiAgent.app/Contents/MacOS/WiFiAgent", - "BacklightFixup.dylib": "/System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow", - } - - shim_legacy_accel = [ - "CoreWLAN.dylib", - ] - - shim_legacy_accel_keyboard = [ - "BacklightFixup.dylib", - ] \ No newline at end of file