mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +02:00
remove useless code
This commit is contained in:
@@ -703,7 +703,6 @@ SourceDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option, co
|
|||||||
GenericPageItem* gpi = qobject_cast< GenericPageItem* >( item );
|
GenericPageItem* gpi = qobject_cast< GenericPageItem* >( item );
|
||||||
Q_ASSERT( gpi );
|
Q_ASSERT( gpi );
|
||||||
|
|
||||||
// initStyleOption( &o3, index );
|
|
||||||
if ( gpi->isTempItem() && o3.state & QStyle::State_MouseOver )
|
if ( gpi->isTempItem() && o3.state & QStyle::State_MouseOver )
|
||||||
{
|
{
|
||||||
// draw close icon
|
// draw close icon
|
||||||
|
Reference in New Issue
Block a user