vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | 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 ) { _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
