1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 05:37:29 +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

View File

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

View File

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