1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Don't re-sync on deletion as then deleting an account never removes it from the config file

This commit is contained in:
Leo Franchi
2012-03-09 22:36:53 -05:00
parent 2d1a036b3d
commit 1aeb5ed807

View File

@@ -58,7 +58,6 @@ Account::Account( const QString& accountId )
Account::~Account()
{
sync();
}