[vlc-commits] qt4: Removing debug
Hugo Beauzée-Luyssen
git at videolan.org
Mon Mar 5 19:21:20 CET 2012
vlc/vlc-2.0 | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Mon Mar 5 16:44:46 2012 +0100| [154826379f59b0f272cd0ffcfd18205a431aa37b] | committer: Jean-Baptiste Kempf
qt4: Removing debug
(cherry picked from commit a3dce49a0fd8aba7e62ce72b732e80e3bf1401da)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=154826379f59b0f272cd0ffcfd18205a431aa37b
---
modules/gui/qt4/components/open_panels.cpp | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index a90580d..ece92fe 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -611,11 +611,7 @@ NetOpenPanel::~NetOpenPanel()
/* Create the list with the current items */
QStringList mrlList;
for( int i = 0; i < ui.urlComboBox->count(); i++ )
- {
mrlList << ui.urlComboBox->itemText( i );
- msg_Err( p_intf, "%s" , qtu( ui.urlComboBox->itemText( i ) ) );
-
- }
if( mrlList.count() > 0 )
{
More information about the vlc-commits
mailing list