From 6c27b7487733694e65a9cc601bbecb718c72a8c8 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 13 Mar 2008 16:24:43 -0700 Subject: [PATCH] Remove unnecessary function that doesn't do what we want anyway. --- modules/gui/qt4/components/complete_preferences.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gui/qt4/components/complete_preferences.cpp b/modules/gui/qt4/components/complete_preferences.cpp index a953ff534b..4559815b2a 100644 --- a/modules/gui/qt4/components/complete_preferences.cpp +++ b/modules/gui/qt4/components/complete_preferences.cpp @@ -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 )) -- 2.39.2