Removed old Quick Charge check if clause in DS4Device

Routine is now handled in ControlService class
This commit is contained in:
Travis Nickles 2020-02-24 16:24:39 -06:00
parent 609266204d
commit 9f7bb20139

View File

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