[vlc-commits] commit: Qt: Remove the "media brower" label (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Sat Oct 23 01:01:17 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct 22 17:32:50 2010 +0200| [99ab417dbf680f4df1c4f852db87309ef47ffa91] | committer: Jean-Baptiste Kempf 

Qt: Remove the "media brower" label

This adds exactly NOTHING to the usefulness of the UI

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=99ab417dbf680f4df1c4f852db87309ef47ffa91
---

 modules/gui/qt4/components/playlist/playlist.cpp |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/modules/gui/qt4/components/playlist/playlist.cpp b/modules/gui/qt4/components/playlist/playlist.cpp
index 960904e..f9a6cff 100644
--- a/modules/gui/qt4/components/playlist/playlist.cpp
+++ b/modules/gui/qt4/components/playlist/playlist.cpp
@@ -51,16 +51,9 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i, QWidget *_par )
     /* Source Selector */
     selector = new PLSelector( this, p_intf );
 
-    QLabel *selLabel = new QLabel( qtr( "Media Browser" ) );
-    QFont font;
-    font.setBold( true );
-    selLabel->setFont( font );
-    selLabel->setMargin( 5 );
-
     QVBoxLayout *selBox = new QVBoxLayout();
     selBox->setContentsMargins(0,0,0,0);
     selBox->setSpacing( 0 );
-    selBox->addWidget( selLabel );
     selBox->addWidget( selector );
 
     QWidget *mediaBrowser = new QWidget();



More information about the vlc-commits mailing list