mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
Remove unused private pointer
This commit is contained in:
@@ -646,7 +646,6 @@ AudioEngine::loadTrack( const Tomahawk::result_ptr& result )
|
|||||||
void
|
void
|
||||||
AudioEngine::performLoadIODevice( const result_ptr& result, const QString& url )
|
AudioEngine::performLoadIODevice( const result_ptr& result, const QString& url )
|
||||||
{
|
{
|
||||||
Q_D( AudioEngine );
|
|
||||||
tDebug( LOGEXTRA ) << Q_FUNC_INFO << ( result.isNull() ? QString() : url );
|
tDebug( LOGEXTRA ) << Q_FUNC_INFO << ( result.isNull() ? QString() : url );
|
||||||
|
|
||||||
if ( !TomahawkUtils::isLocalResult( url ) && !TomahawkUtils::isHttpResult( url )
|
if ( !TomahawkUtils::isLocalResult( url ) && !TomahawkUtils::isHttpResult( url )
|
||||||
|
Reference in New Issue
Block a user