AccountManager: remove unused variable

This commit is contained in:
Olivier Goffart 2015-05-12 15:38:16 +02:00
parent 3a7bd3f95c
commit 389c4f8ef9

View file

@ -28,7 +28,6 @@ static const char userC[] = "user";
static const char httpUserC[] = "http_user"; static const char httpUserC[] = "http_user";
static const char caCertsKeyC[] = "CaCertificates"; static const char caCertsKeyC[] = "CaCertificates";
static const char accountsC[] = "Accounts"; static const char accountsC[] = "Accounts";
static const char foldersC[] = "Folders";
} }