Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2015-05-12 16:38:16 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-05-12 16:38:16 +0300
commit389c4f8ef9432e61364ac8534dc162fefc567af3 (patch)
tree7a650a171ff93b3c38e7e200393dfc0b609d9b71 /src/gui/accountmanager.cpp
parent3a7bd3f95cb1ec1fe5d888a05276f5a39d54506a (diff)
AccountManager: remove unused variable
Diffstat (limited to 'src/gui/accountmanager.cpp')
-rw-r--r--src/gui/accountmanager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/accountmanager.cpp b/src/gui/accountmanager.cpp
index 8484899e5..33718af57 100644
--- a/src/gui/accountmanager.cpp
+++ b/src/gui/accountmanager.cpp
@@ -28,7 +28,6 @@ static const char userC[] = "user";
static const char httpUserC[] = "http_user";
static const char caCertsKeyC[] = "CaCertificates";
static const char accountsC[] = "Accounts";
-static const char foldersC[] = "Folders";
}