diff --git a/src/libtomahawk/Query.cpp b/src/libtomahawk/Query.cpp index ce93cffe9..e53a9a03a 100644 --- a/src/libtomahawk/Query.cpp +++ b/src/libtomahawk/Query.cpp @@ -115,12 +115,6 @@ Query::Query( const QString& query, const QID& qid ) Query::~Query() { - Q_D( Query ); - tDebug( LOGVERBOSE ) << Q_FUNC_INFO << toString(); - - QMutexLocker lock( &d->mutex ); - d->ownRef.clear(); - d->results.clear(); }