From 04337059e46fe04e95480271ae739402d39ad4f4 Mon Sep 17 00:00:00 2001 From: Jazzzny Date: Tue, 18 Apr 2023 17:24:45 -0400 Subject: [PATCH] Remove commented code --- resources/sys_patch/sys_patch_detect.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/sys_patch/sys_patch_detect.py b/resources/sys_patch/sys_patch_detect.py index 3118f151a..9a2752efe 100644 --- a/resources/sys_patch/sys_patch_detect.py +++ b/resources/sys_patch/sys_patch_detect.py @@ -477,11 +477,6 @@ class DetectRootPatch: if self.constants.detected_os < os_data.os_data.ventura: return False - # Former USB 1.1 Patches used to be incompatible with XHCI controllers - #for controller in self.constants.computer.usb_controllers: - #if (isinstance(controller, device_probe.XHCIController)): - #return False - # If we're on a hackintosh, check for UHCI/OHCI controllers if self.constants.host_is_hackintosh is True: for controller in self.constants.computer.usb_controllers: