diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-09-10 06:30:01 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-10 16:26:49 -0700 |
commit | ae653703a5d3ff1da84053d4542420fc70325c5f (patch) | |
tree | 3c93c581dc3d7a2209b7dc021d14515c34b75c04 /core/subsurfacestartup.c | |
parent | 6e4a2538968d945d471489270136c4891b47b270 (diff) | |
download | subsurface-ae653703a5d3ff1da84053d4542420fc70325c5f.tar.gz |
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>
Diffstat (limited to 'core/subsurfacestartup.c')
-rw-r--r-- | core/subsurfacestartup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c index f3f9e4bda..7e7ba0c9e 100644 --- a/core/subsurfacestartup.c +++ b/core/subsurfacestartup.c @@ -12,9 +12,6 @@ struct preferences prefs, git_prefs; struct preferences default_prefs = { .cloud_base_url = "https://cloud.subsurface-divelog.org/", -#if defined(SUBSURFACE_MOBILE) - .git_local_only = true, -#endif .units = SI_UNITS, .unit_system = METRIC, .coordinates_traditional = true, |