ControllerInterface: Remove unused ClearInputState

This commit is contained in:
Jasper St. Pierre
2014-11-13 00:56:32 -08:00
parent 367a42dcfd
commit 61fcfc4bf2
7 changed files with 3 additions and 36 deletions

View File

@ -165,11 +165,6 @@ Device::Device(const XINPUT_CAPABILITIES& caps, u8 index)
AddOutput(new Motor(i, (&m_state_out.wLeftMotorSpeed)[i], 65535));
}
ClearInputState();
}
void Device::ClearInputState()
{
ZeroMemory(&m_state_in, sizeof(m_state_in));
}