diff --git a/src/arch/InputHandler/InputHandler_X11.cpp b/src/arch/InputHandler/InputHandler_X11.cpp index 013908fc87..cec3478f2a 100644 --- a/src/arch/InputHandler/InputHandler_X11.cpp +++ b/src/arch/InputHandler/InputHandler_X11.cpp @@ -180,7 +180,7 @@ void InputHandler_X11::Update() &event) ) { const bool bKeyPress = event.type == KeyPress; - const bool bMousePress = event.type == ButtonPress; + //const bool bMousePress = event.type == ButtonPress; if( event.type == MotionNotify ) {