]> git.sesse.net Git - vlc/commitdiff
Remove useless code
authorClément Stenac <zorglub@videolan.org>
Fri, 22 Sep 2006 20:45:44 +0000 (20:45 +0000)
committerClément Stenac <zorglub@videolan.org>
Fri, 22 Sep 2006 20:45:44 +0000 (20:45 +0000)
modules/gui/qt4/components/interface_widgets.cpp

index a64070ad2f2cfe05ef3debf2de937e5b4ae14341..5de3633382f976c6fbc2087b050d0233ac26db0a 100644 (file)
@@ -172,20 +172,11 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_intf ) :
                                 BasePlaylistWidget ( _p_intf)
 {
     QVBoxLayout *left = new QVBoxLayout( );
-    QHBoxLayout *middle = new QHBoxLayout;
 
     selector = new PLSelector( this, p_intf, THEPL );
     selector->setMaximumWidth( 130 );
     left->addWidget( selector );
 
-/*    QPushButton *undockButton = new QPushButton( "UN", this );
-    undockButton->setMaximumWidth( 25 );
-    undockButton->setToolTip( qtr( "Undock playlist for main interface" ) );
-    BUTTONACT( undockButton, undock() );
-    middle->addWidget( undockButton );
-*/
-    left->addLayout( middle );
-
     QLabel *art = new QLabel( "" );
     art->setMaximumHeight( 128 );
     art->setMaximumWidth( 128 );