[vlc-commits] qt4: Removing debug
Hugo Beauzée-Luyssen
git at videolan.org
Mon Mar 5 16:47:52 CET 2012
vlc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Mon Mar 5 16:44:46 2012 +0100| [a3dce49a0fd8aba7e62ce72b732e80e3bf1401da] | committer: Hugo Beauzée-Luyssen
qt4: Removing debug
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a3dce49a0fd8aba7e62ce72b732e80e3bf1401da
---
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 d17906d..08b4d47 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -609,11 +609,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