From 5609e081d7fcd15c3ecac54fa1094164d174b5eb Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Tue, 12 Feb 2008 08:42:01 +0000 Subject: [PATCH] Qt4 - Clean a bit the debug. --- modules/gui/qt4/input_manager.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 ) {