1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 08:52:12 +02:00

* Removed obsolete m_whatsHotPage member.

This commit is contained in:
Christian Muehlhaeuser 2014-09-20 06:34:59 +02:00
parent 926c17ddff
commit 0237d41d4a
2 changed files with 0 additions and 2 deletions
src/tomahawk/sourcetree/items

@ -63,7 +63,6 @@ SourceItem::SourceItem( SourcesModel* mdl, SourceTreeItem* parent, const Tomahaw
, m_coolPlaylistsPage( 0 )
, m_latestAdditionsPage( 0 )
, m_recentPlaysPage( 0 )
, m_whatsHotPage( 0 )
{
if ( !m_source )
return;

@ -123,7 +123,6 @@ private:
Tomahawk::ViewPage* m_coolPlaylistsPage;
Tomahawk::ViewPage* m_latestAdditionsPage;
Tomahawk::ViewPage* m_recentPlaysPage;
Tomahawk::ViewPage* m_whatsHotPage;
};