Remove stray object

This commit is contained in:
Daniel Molkentin 2013-01-22 12:52:06 +01:00
parent 1385aab65d
commit afe6caf406

View file

@ -63,8 +63,6 @@ CredentialStore::CredState CredentialStore::state()
bool CredentialStore::canTryAgain()
{
MirallConfigFile cfgFile;
bool canDoIt = false;
if( _tries > MAX_LOGIN_ATTEMPTS ) {