]> git.sesse.net Git - vlc/commitdiff
qt4 - Cleaning.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 25 Apr 2007 23:27:55 +0000 (23:27 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 25 Apr 2007 23:27:55 +0000 (23:27 +0000)
modules/gui/qt4/components/infopanels.cpp

index ebd518ef8bc65b6d2c1c0d16693bb4dc13d0c012..54a59d7de7b0d4667265cd4b01406463898da244 100644 (file)
@@ -211,7 +211,6 @@ void InputStatsPanel::clear()
 InfoPanel::InfoPanel( QWidget *parent, intf_thread_t *_p_intf ) :
                                       QWidget( parent ), p_intf( _p_intf )
 {
-//     resize(400, 500);
      QGridLayout *layout = new QGridLayout(this);
      InfoTree = new QTreeWidget(this);
      QList<QTreeWidgetItem *> items;
@@ -219,7 +218,6 @@ InfoPanel::InfoPanel( QWidget *parent, intf_thread_t *_p_intf ) :
      layout->addWidget(InfoTree, 0, 0 );
      InfoTree->setColumnCount( 1 );
      InfoTree->header()->hide();
-//     InfoTree->resize(400, 400);
 }
 
 InfoPanel::~InfoPanel()