Fixed build issue

This commit is contained in:
Travis Nickles 2018-08-06 06:00:52 -05:00
parent 8750d6ea08
commit c245b2fc2f

View File

@ -715,19 +715,6 @@ namespace DS4Windows
{ {
device.Report += tempEvnt; device.Report += tempEvnt;
} }
if (!getDInputOnly(Index) && device.isSynced())
{
EventHandler<EventArgs> tempEvnt = (sender, args) =>
{
DualShockPadMeta padDetail = new DualShockPadMeta();
GetPadDetailForIdx(tempIdx, ref padDetail);
_udpServer.NewReportIncoming(ref padDetail, CurrentState[tempIdx]);
};
device.Report += tempEvnt;
device.MotionEvent = tempEvnt;
}
if (!getDInputOnly(Index) && device.isSynced()) if (!getDInputOnly(Index) && device.isSynced())
{ {