[vlc-devel] commit: Remove unnecessary function that doesn't do what we want anyway. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Mar 14 01:29:41 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Mar 13 16:24:43 2008 -0700| [6c27b7487733694e65a9cc601bbecb718c72a8c8]

Remove unnecessary function that doesn't do what we want anyway.

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

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

diff --git a/modules/gui/qt4/components/complete_preferences.cpp b/modules/gui/qt4/components/complete_preferences.cpp
index a953ff5..4559815 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 ))




More information about the vlc-devel mailing list