From 2e6f5c07c19658652dc344dcab7a17f0cc816848 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Sat, 25 May 2013 13:46:24 +0200 Subject: [PATCH] Useless entry is useless. --- src/libtomahawk/TomahawkSettings.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libtomahawk/TomahawkSettings.cpp b/src/libtomahawk/TomahawkSettings.cpp index 546a395bf..4416360bd 100644 --- a/src/libtomahawk/TomahawkSettings.cpp +++ b/src/libtomahawk/TomahawkSettings.cpp @@ -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();