[vlc-commits] commit: Qt: remove unnecessary debug message (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Mon Apr 12 23:31:30 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr 12 23:31:36 2010 +0200| [f7722f0db1f983885d753d230597d542bb0e742e] | committer: Jean-Baptiste Kempf
Qt: remove unnecessary debug message
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f7722f0db1f983885d753d230597d542bb0e742e
---
modules/gui/qt4/main_interface.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index 207916e..620045d 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -595,7 +595,6 @@ void MainInterface::releaseVideoSlot( void )
{
videoWidget->release();
- msg_Warn( p_intf, "Here" );
if( stackCentralW->currentWidget() == videoWidget )
restoreStackOldWidget();
More information about the vlc-commits
mailing list