]> git.sesse.net Git - vlc/commitdiff
Remove unnecessary function that doesn't do what we want anyway.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Mar 2008 23:24:43 +0000 (16:24 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 14 Mar 2008 00:26:25 +0000 (17:26 -0700)
modules/gui/qt4/components/complete_preferences.cpp

index a953ff534b126913070684d463c66ecd2b7dcb75..4559815b2acdf13893698f3ac75cc24f4088551b 100644 (file)
@@ -62,7 +62,6 @@ PrefsTree::PrefsTree( intf_thread_t *_p_intf, QWidget *_parent ) :
 
     setIconSize( QSize( ITEM_HEIGHT,ITEM_HEIGHT ) );
     setTextElideMode( Qt::ElideNone );
-    setHorizontalScrollBarPolicy ( Qt::ScrollBarAlwaysOn );
 
     /* Nice icons */
 #define BI( a,b) QIcon a##_icon = QIcon( QPixmap( b ))