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
Source/Core/InputCommon/ControllerInterface

View file

@ -148,9 +148,6 @@ bool ControllerInterface::UpdateInput()
{
if (d->UpdateInput())
++ok_count;
//else
// disabled. it might be causing problems
//(*d)->ClearInputState();
}
return (m_devices.size() == ok_count);