mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-25 02:09:48 +01:00
Unnecessary asserts are unnecessary.
This commit is contained in:
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user