From de1b6b223f95a9a20fc8e32b6e880f4d10d91e41 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Wed, 26 Apr 2017 15:42:28 -0700 Subject: [PATCH] Remove use of event in TouchPadOn since the event will be use later --- DS4Windows/DS4Control/ControlSerivce.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Control/ControlSerivce.cs b/DS4Windows/DS4Control/ControlSerivce.cs index 466fa04..0bff832 100644 --- a/DS4Windows/DS4Control/ControlSerivce.cs +++ b/DS4Windows/DS4Control/ControlSerivce.cs @@ -334,7 +334,7 @@ namespace DS4Windows device.SixAxis.SixAccelMoved += tPad.sixaxisMoved; //LogDebug("Touchpad mode for " + device.MacAddress + " is now " + tmode.ToString()); //Log.LogToTray("Touchpad mode for " + device.MacAddress + " is now " + tmode.ToString()); - ControllerStatusChanged(this); + //ControllerStatusChanged(this); } public void TimeoutConnection(DS4Device d)