]> git.sesse.net Git - vlc/commitdiff
Qt: remove debug forgotten.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 27 Feb 2009 20:04:46 +0000 (21:04 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 27 Feb 2009 20:04:46 +0000 (21:04 +0100)
modules/gui/qt4/main_interface.cpp

index fede72027edfaf9137fe86ec6e794ad4db4f222d..0c921fbefb199b404f19b2c1f475769c4b71d1d9 100644 (file)
@@ -855,8 +855,6 @@ void MainInterface::toggleAdvanced()
 /* Get the visibility status of the controls (hidden or not, advanced or not) */
 int MainInterface::getControlsVisibilityStatus()
 {
-    msg_Warn( p_intf, "%i", (controls->isVisible() ? CONTROLS_VISIBLE : CONTROLS_HIDDEN )
-                            + CONTROLS_ADVANCED * controls->b_advancedVisible );
     return( (controls->isVisible() ? CONTROLS_VISIBLE : CONTROLS_HIDDEN )
                 + CONTROLS_ADVANCED * controls->b_advancedVisible );
 }