1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

Remove commented-out code.

This commit is contained in:
Teo Mrnjavac 2013-02-05 18:32:29 +01:00
parent 91c866c701
commit 9a8f2e3306

View File

@ -262,9 +262,6 @@ AlbumPlaylistInterface::infoSystemFinished( const QString& infoId )
void
AlbumPlaylistInterface::onTracksLoaded( const QList< query_ptr >& tracks )
{
// disconnect( m_collection.data(), SIGNAL( tracksResult( QList< Tomahawk::query_ptr > ) ),
// this, SLOT( onTracksLoaded( QList< Tomahawk::query_ptr > ) ) );
if ( m_collection.isNull() )
{
m_databaseLoaded = true;