Commit 6c27b748 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

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

parent 0b87d485
......@@ -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 ))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment