diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-01-03 18:03:28 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-01-06 10:46:07 -0800 |
commit | 59526e948aea42b977a3976293fbfdfe561dec97 (patch) | |
tree | a603c538b2bfb54731e9519a0190cd2fffa8da67 /core/subsurfacestartup.c | |
parent | b3901aa8f90499ee2a34efdddc2463105afc53f1 (diff) | |
download | subsurface-59526e948aea42b977a3976293fbfdfe561dec97.tar.gz |
Remove cloud_background_sync preferences option
The preferences flag cloud_background_sync used to be used heavily in
the mobile code, but is not used there anymore. Now, it is accessed
only in one place, but does not do what it actually says: If it is off,
the remote storage is not synced on save (but will be synced on next
load).
Syncing on save can also be prevented by unchecking the "Cloud online"
menu checkbox. Since the latter seems more logical and general
(support for non-cloud remote git repositories), remove the cloud_background_sync
option.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/subsurfacestartup.c')
-rw-r--r-- | core/subsurfacestartup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c index fc768c268..db942f7ba 100644 --- a/core/subsurfacestartup.c +++ b/core/subsurfacestartup.c @@ -81,7 +81,6 @@ struct preferences default_prefs = { .access_token = NULL }, .defaultsetpoint = 1100, - .cloud_background_sync = true, .geocoding = { .category = { 0 } }, |