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

git version control git at videolan.org
Mon Jun 8 15:42:20 CEST 2009


vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun  8 15:39:33 2009 +0200| [72dbb98a2e54f7a15bc94479015c33182f14af03] | committer: Jean-Baptiste Kempf 

Qt: remove unneeded debug.

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

 modules/gui/qt4/components/open_panels.hpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/open_panels.hpp b/modules/gui/qt4/components/open_panels.hpp
index 6a28af9..e7a2a36 100644
--- a/modules/gui/qt4/components/open_panels.hpp
+++ b/modules/gui/qt4/components/open_panels.hpp
@@ -122,7 +122,6 @@ protected:
         if( event->type() == QEvent::Hide ||
             event->type() == QEvent::HideToParent )
         {
-            msg_Warn( p_intf, "here" );
             event->accept();
             return true;
         }




More information about the vlc-devel mailing list