mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Unnecessary asserts are unnecessary.
This commit is contained in:
committed by
Dominik Schmidt
parent
07887a4ade
commit
259f496985
@@ -511,7 +511,6 @@ Servent::readyRead()
|
||||
|
||||
foreach(ControlConnection* keepConnection, m_controlconnections)
|
||||
{
|
||||
Q_ASSERT(keepConnection);
|
||||
if( !keepConnection )
|
||||
continue;
|
||||
|
||||
@@ -1040,7 +1039,6 @@ Servent::connectedToSession( const QString& session )
|
||||
{
|
||||
foreach( ControlConnection* cc, m_controlconnections )
|
||||
{
|
||||
Q_ASSERT( cc );
|
||||
if( !cc )
|
||||
continue;
|
||||
|
||||
|
Reference in New Issue
Block a user