diff --git a/src/engine/client/input.cpp b/src/engine/client/input.cpp index 9712f0fea..fe6c7f810 100644 --- a/src/engine/client/input.cpp +++ b/src/engine/client/input.cpp @@ -102,12 +102,6 @@ int CInput::KeyState(int Key) int CInput::Update() { - if(m_InputGrabbed && !Graphics()->WindowActive()) - MouseModeAbsolute(); - - /*if(!input_grabbed && Graphics()->WindowActive()) - Input()->MouseModeRelative();*/ - if(m_InputDispatched) { // clear and begin count on the other one