]> git.sesse.net Git - vlc/commitdiff
Qt4 - Clean a bit the debug.
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 12 Feb 2008 08:42:01 +0000 (08:42 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 12 Feb 2008 08:42:01 +0000 (08:42 +0000)
modules/gui/qt4/input_manager.cpp

index f79e40c7fe6a1e9122c07eb8aaad33b27024e2e1..cc4ba3ada4fbd82ead8416271d5c516fa5de4117 100644 (file)
@@ -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<IMEvent *>(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 )
     {