]> git.sesse.net Git - vlc/commitdiff
Qt4 video filters panel: Comment out a debug message.
authorAntoine Cellerier <dionoea@videolan.org>
Fri, 7 Sep 2007 20:03:30 +0000 (20:03 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Fri, 7 Sep 2007 20:03:30 +0000 (20:03 +0000)
modules/gui/qt4/components/extended_panels.cpp

index a7625be7147071212e55d44497e57b40460b3358..2c2ac60e3aa8d236c2b9945bbe0384a1564984a6 100644 (file)
@@ -364,9 +364,11 @@ void ExtVideo::setWidgetValue( QObject *widget )
 
     if( !p_obj )
     {
+#if 0
         msg_Dbg( p_intf,
                  "Module instance %s not found, looking in config values.",
                  module.toStdString().c_str() );
+#endif
         i_type = config_GetType( p_intf, option.toStdString().c_str() ) & 0xf0;
         switch( i_type )
         {