1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01:00

removed duplicate --stop

This commit is contained in:
ubertaco 2012-02-23 14:05:44 -05:00
parent a0383b6664
commit 458d32ed7c

View File

@ -645,10 +645,5 @@ TomahawkApp::instanceStarted( KDSingleApplicationGuard::Instance instance )
AudioEngine::instance()->stop();
}
if ( instance.arguments.contains( "--stop" ) )
{
AudioEngine::instance()->stop();
}
}
}