1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Useless entry is useless.

This commit is contained in:
Teo Mrnjavac 2013-05-25 13:46:24 +02:00
parent 3b2ea31ea9
commit 2e6f5c07c1

View File

@ -190,7 +190,6 @@ TomahawkSettings::createSpotifyAccount()
beginGroup( "accounts/" + accountKey );
setValue( "enabled", false );
setValue( "types", QStringList() << "ResolverType" );
setValue( "credentials", QVariantHash() );
setValue( "configuration", QVariantHash() );
setValue( "accountfriendlyname", "Spotify" );
endGroup();