1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-31 05:38:04 +01:00

* Remove silly debug output and obsolete code.

This commit is contained in:
Christian Muehlhaeuser 2010-12-07 08:15:08 +01:00
parent fdc5db522d
commit d621411c0d
2 changed files with 0 additions and 7 deletions

View File

@ -51,8 +51,6 @@ void
AlbumView::setProxyModel( AlbumProxyModel* model )
{
m_proxyModel = model;
qDebug() << "NOOOOOOOOOOOOOOW CUUUUUUUUUUUUUUUUUR:" << m_proxyModel << (PlaylistInterface*)m_proxyModel;
setItemDelegate( new AlbumItemDelegate( this, m_proxyModel ) );
QListView::setModel( m_proxyModel );

View File

@ -90,11 +90,6 @@ private:
QHash< Tomahawk::album_ptr, PlaylistView* > m_albumViews;
QHash< Tomahawk::source_ptr, SourceInfoWidget* > m_sourceViews;
/*TrackProxyModel* m_currentProxyModel;
TrackModel* m_currentModel;
TrackView* m_currentView;*/
// QWidget* m_currentView;
PlaylistInterface* m_currentInterface;
QWidget* m_currentInfoWidget;