diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp index f79e40c7fe..cc4ba3ada4 100644 --- a/modules/gui/qt4/input_manager.cpp +++ b/modules/gui/qt4/input_manager.cpp @@ -159,9 +159,8 @@ void InputManager::delCallbacks() void InputManager::customEvent( QEvent *event ) { int type = event->type(); - msg_Dbg( p_intf, "New Event: type %i", type ); IMEvent *ple = static_cast(event); - //msg_Dbg( p_intf, "New IM Event of type: %i", type ); + if ( type != PositionUpdate_Type && type != ItemChanged_Type && type != ItemRateChanged_Type && @@ -177,7 +176,6 @@ void InputManager::customEvent( QEvent *event ) if( type != PositionUpdate_Type ) msg_Dbg( p_intf, "New Event: type %i", type ); - /* Actions */ switch( type ) {