[vlc-devel] commit: Qt: remove unneeded debug. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Jun 8 16:04:45 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jun 8 15:39:33 2009 +0200| [e057449ebe1f1f1bcb99e4ca0e36a84e82eba97f] | committer: Jean-Baptiste Kempf
Qt: remove unneeded debug.
(cherry picked from commit 72dbb98a2e54f7a15bc94479015c33182f14af03)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e057449ebe1f1f1bcb99e4ca0e36a84e82eba97f
---
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 0fc6be3..475d06e 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