diff --git a/src/libtomahawk/playlist/PlayableProxyModel.cpp b/src/libtomahawk/playlist/PlayableProxyModel.cpp index 29d877103..4f51539ee 100644 --- a/src/libtomahawk/playlist/PlayableProxyModel.cpp +++ b/src/libtomahawk/playlist/PlayableProxyModel.cpp @@ -531,9 +531,7 @@ QVariant PlayableProxyModel::data( const QModelIndex& index, int role ) const { if ( role == StyleRole ) - { return m_style; - } if ( !sourceModel() ) return QVariant();