diff --git a/source/Input/InputModule.cpp b/source/Input/InputModule.cpp index 3f5f3ec..076d1c0 100644 --- a/source/Input/InputModule.cpp +++ b/source/Input/InputModule.cpp @@ -66,11 +66,8 @@ void InputModule::update() { InputDeviceVec::iterator it; - m_platform->update(); - // Update all devices. for(it = m_devices.begin(); it != m_devices.end(); it++) { - (*it)->update(this); }