From e367e49039195409b9589c3c60ae79af6318ccd2 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Sat, 13 Aug 2011 16:07:42 -0400 Subject: [PATCH] Remove assertion---happens easily on shutdown if you quit too early while tomahawk is loading, and i've never seen it otherwise. --- src/libtomahawk/sourcelist.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libtomahawk/sourcelist.cpp b/src/libtomahawk/sourcelist.cpp index 7827bba48..ab222eeae 100644 --- a/src/libtomahawk/sourcelist.cpp +++ b/src/libtomahawk/sourcelist.cpp @@ -134,8 +134,6 @@ SourceList::add( const source_ptr& source ) void SourceList::removeAllRemote() { - Q_ASSERT( m_isReady ); - foreach( const source_ptr& s, m_sources ) { qDebug() << "Disconnecting" << s->friendlyName() << s->isLocal() << s->controlConnection() << s->isOnline();