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:
@@ -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;
|
||||||
|
@@ -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;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user