]> git.sesse.net Git - vlc/commitdiff
Qt4: stop spamming the console
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 26 Sep 2009 13:09:17 +0000 (16:09 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 26 Sep 2009 13:09:17 +0000 (16:09 +0300)
(We have a warning for unknown event types anyway)

modules/gui/qt4/input_manager.cpp

index 6d22df532825c6ae55cd80befd6423754cb0805c..fd70141c4ef12226db97c4c2abb4689e71c7e03b 100644 (file)
@@ -156,13 +156,6 @@ void InputManager::customEvent( QEvent *event )
     if( !hasInput() )
         return;
 
-#ifndef NDEBUG
-    if( i_type != PositionUpdate_Type &&
-        i_type != StatisticsUpdate_Type &&
-        i_type != ItemChanged_Type )
-        msg_Dbg( p_intf, "New Event: type %i", i_type );
-#endif
-
     /* Actions */
     switch( i_type )
     {