[vlc-devel] commit: Qt4: stop spamming the console ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Sep 26 15:16:52 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Sep 26 16:09:17 2009 +0300| [d8977e32c5f6ab9f2bd31d9897a168c15b985e9c] | committer: Rémi Denis-Courmont 

Qt4: stop spamming the console

(We have a warning for unknown event types anyway)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d8977e32c5f6ab9f2bd31d9897a168c15b985e9c
---

 modules/gui/qt4/input_manager.cpp |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp
index 6d22df5..fd70141 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -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 )
     {




More information about the vlc-devel mailing list