mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Remove commented-out code.
This commit is contained in:
@@ -262,9 +262,6 @@ AlbumPlaylistInterface::infoSystemFinished( const QString& infoId )
|
|||||||
void
|
void
|
||||||
AlbumPlaylistInterface::onTracksLoaded( const QList< query_ptr >& tracks )
|
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() )
|
if ( m_collection.isNull() )
|
||||||
{
|
{
|
||||||
m_databaseLoaded = true;
|
m_databaseLoaded = true;
|
||||||
|
Reference in New Issue
Block a user