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);