diff --git a/src/tomahawk/sourcetree/items/SourceItem.cpp b/src/tomahawk/sourcetree/items/SourceItem.cpp index f0b5b9c96..ea0842c48 100644 --- a/src/tomahawk/sourcetree/items/SourceItem.cpp +++ b/src/tomahawk/sourcetree/items/SourceItem.cpp @@ -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; diff --git a/src/tomahawk/sourcetree/items/SourceItem.h b/src/tomahawk/sourcetree/items/SourceItem.h index b81a4cdac..c3fdcc635 100644 --- a/src/tomahawk/sourcetree/items/SourceItem.h +++ b/src/tomahawk/sourcetree/items/SourceItem.h @@ -123,7 +123,6 @@ private: Tomahawk::ViewPage* m_coolPlaylistsPage; Tomahawk::ViewPage* m_latestAdditionsPage; Tomahawk::ViewPage* m_recentPlaysPage; - Tomahawk::ViewPage* m_whatsHotPage; };