From 1aeb5ed80777214a81628347e0d6e01698f32f5d Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 9 Mar 2012 22:36:53 -0500 Subject: [PATCH] Don't re-sync on deletion as then deleting an account never removes it from the config file --- src/libtomahawk/accounts/Account.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libtomahawk/accounts/Account.cpp b/src/libtomahawk/accounts/Account.cpp index 208cc7bac..7450a96a4 100644 --- a/src/libtomahawk/accounts/Account.cpp +++ b/src/libtomahawk/accounts/Account.cpp @@ -58,7 +58,6 @@ Account::Account( const QString& accountId ) Account::~Account() { - sync(); }