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