1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-14 01:54:07 +02:00

Useless entry is useless.

This commit is contained in:
Teo Mrnjavac
2013-05-25 13:46:24 +02:00
committed by Michael Zanetti
parent 4c85b1d92d
commit aa5e9ea4f2

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();