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:
parent
926c17ddff
commit
0237d41d4a
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;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user