summaryrefslogtreecommitdiffstats
path: root/core/pref.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-10 06:49:14 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-10 16:26:49 -0700
commit2b3f6c607bf5eb7c6b24160832ba83ed60dca543 (patch)
treeba38e074a9fbad112dab25616a804e17e7b248ff /core/pref.h
parentae653703a5d3ff1da84053d4542420fc70325c5f (diff)
downloadsubsurface-2b3f6c607bf5eb7c6b24160832ba83ed60dca543.tar.gz
prefs: cloud_new_password is not a preference
It's a mamber of the cloud storage authentication class, used to hold the proposed new password until the backend has accepted it. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/pref.h')
-rw-r--r--core/pref.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/pref.h b/core/pref.h
index f66a463cc..8b8feb449 100644
--- a/core/pref.h
+++ b/core/pref.h
@@ -91,7 +91,6 @@ struct preferences {
const char *cloud_git_url;
const char *cloud_storage_email;
const char *cloud_storage_email_encoded;
- const char *cloud_storage_newpassword;
const char *cloud_storage_password;
const char *cloud_storage_pin;
short cloud_timeout;