From 9f7bb201396ac1443b99bf40f367a1c05c2a753e Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Mon, 24 Feb 2020 16:24:39 -0600 Subject: [PATCH] Removed old Quick Charge check if clause in DS4Device Routine is now handled in ControlService class --- DS4Windows/DS4Library/DS4Device.cs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/DS4Windows/DS4Library/DS4Device.cs b/DS4Windows/DS4Library/DS4Device.cs index 0e006b6..11b5102 100644 --- a/DS4Windows/DS4Library/DS4Device.cs +++ b/DS4Windows/DS4Library/DS4Device.cs @@ -1146,17 +1146,6 @@ namespace DS4Windows } } - if (conType == ConnectionType.BT && oldCharging != charging) - { - /*if (Global.getQuickCharge() && charging) - { - DisconnectBT(true); - timeoutExecuted = true; - return; - } - */ - } - if (Report != null) Report(this, EventArgs.Empty);