summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/XInput/XInput.cpp
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-11-13 00:56:32 -0800
committerJasper St. Pierre <jstpierre@mecheye.net>2014-11-28 10:50:45 -0800
commit61fcfc4bf2058d971af6882af2765ad34d935fcb (patch)
tree366336fe89d763029978dbbe642b626ffb775237 /Source/Core/InputCommon/ControllerInterface/XInput/XInput.cpp
parent367a42dcfdf61e5fcd3e3444190ed25d4d8fc114 (diff)
ControllerInterface: Remove unused ClearInputState
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/XInput/XInput.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/XInput/XInput.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/XInput/XInput.cpp b/Source/Core/InputCommon/ControllerInterface/XInput/XInput.cpp
index 37949e03ac..961b92270b 100644
--- a/Source/Core/InputCommon/ControllerInterface/XInput/XInput.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/XInput/XInput.cpp
@@ -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));
}