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:
parent
91c866c701
commit
9a8f2e3306
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user