prefs: git_local_only is not a preference

It's the current state of the app, so it should be a global variable, not a
preference.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-09-10 06:30:01 -07:00
parent 6e4a253896
commit ae653703a5
11 changed files with 44 additions and 62 deletions

View file

@ -96,7 +96,6 @@ struct preferences {
const char *cloud_storage_pin;
short cloud_timeout;
short cloud_verification_status;
bool git_local_only;
bool save_password_local;
bool save_userid_local;
const char *userid;