mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-24 23:51:49 +01:00
Remove unused method
This commit is contained in:
parent
18bb83ceef
commit
3c94a872aa
@ -2180,19 +2180,6 @@ namespace DS4Windows
|
|||||||
DinputOnly[device] = cBDinput.Checked;
|
DinputOnly[device] = cBDinput.Checked;
|
||||||
}
|
}
|
||||||
|
|
||||||
private async void finishDInputChange()
|
|
||||||
{
|
|
||||||
await System.Threading.Tasks.Task.Factory.StartNew(() =>
|
|
||||||
{
|
|
||||||
while (root.ChangingService)
|
|
||||||
{
|
|
||||||
System.Threading.Thread.Sleep(10);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
root.BtnStartStop_Clicked(false);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void cbStartTouchpadOff_CheckedChanged(object sender, EventArgs e)
|
private void cbStartTouchpadOff_CheckedChanged(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
StartTouchpadOff[device] = cbStartTouchpadOff.Checked;
|
StartTouchpadOff[device] = cbStartTouchpadOff.Checked;
|
||||||
|
Loading…
Reference in New Issue
Block a user