ControllerInterface: Remove unused ClearInputState

This commit is contained in:
Jasper St. Pierre
2014-11-28 10:50:45 -08:00
parent 367a42dcfd
commit 61fcfc4bf2
7 changed files with 3 additions and 36 deletions
@@ -103,8 +103,6 @@ public:
virtual bool UpdateInput() { return true; }
virtual bool UpdateOutput() { return true; }
virtual void ClearInputState();
const std::vector<Input*>& Inputs() const { return m_inputs; }
const std::vector<Output*>& Outputs() const { return m_outputs; }