[vlc-devel] commit: Qt: remove debug forgotten. (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Feb 27 21:05:52 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Feb 27 21:04:46 2009 +0100| [784f547f9565ec335bf8efcea4ff3d8149de6d62] | committer: Jean-Baptiste Kempf 

Qt: remove debug forgotten.

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

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

diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index fede720..0c921fb 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -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 );
 }




More information about the vlc-devel mailing list