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

@ -54,8 +54,6 @@ private:
public:
bool UpdateInput();
void ClearInputState();
Joystick(const LPDIRECTINPUTDEVICE8 device, const unsigned int index);
~Joystick();