From efd7911efcfaed9dd00709f7e1045bf113efbebc Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 20 Jul 2011 04:25:44 +0200 Subject: [PATCH] * Fixed another pipeline bug. --- src/libtomahawk/pipeline.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libtomahawk/pipeline.cpp b/src/libtomahawk/pipeline.cpp index 125ff557c..3169c522f 100644 --- a/src/libtomahawk/pipeline.cpp +++ b/src/libtomahawk/pipeline.cpp @@ -271,8 +271,6 @@ Pipeline::timeoutShunt( const query_ptr& q ) { qDebug() << "Reached end of pipeline for:" << q->toString(); setQIDState( q, 0 ); - if ( !m_queries_temporary.contains( q ) ) - m_qids.remove( q->id() ); } } @@ -302,8 +300,6 @@ Pipeline::shunt( const query_ptr& q ) { qDebug() << "Reached end of pipeline for:" << q->toString(); setQIDState( q, 0 ); - if ( !m_queries_temporary.contains( q ) ) - m_qids.remove( q->id() ); q->onResolvingFinished(); }