1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Remove Top Loved Tracks from sidebar

This commit is contained in:
Uwe L. Korn
2013-07-31 21:25:43 +02:00
parent 866a9b148f
commit d41c339246

View File

@@ -311,10 +311,6 @@ SourcesModel::appendGroups()
boost::bind( &ViewManager::superCollectionView, ViewManager::instance() ) );
sc->setSortValue( 1 );
// browse section
LovedTracksItem* loved = new LovedTracksItem( this, m_browse );
loved->setSortValue( 2 );
GenericPageItem* recent = new GenericPageItem( this, m_browse, tr( "Recently Played" ), ImageRegistry::instance()->icon( RESPATH "images/recently-played.svg" ),
boost::bind( &ViewManager::showRecentPlaysPage, ViewManager::instance() ),
boost::bind( &ViewManager::recentPlaysWidget, ViewManager::instance() ) );