From ae653703a5d3ff1da84053d4542420fc70325c5f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 10 Sep 2018 06:30:01 -0700 Subject: 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 --- core/subsurfacestartup.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/subsurfacestartup.c') 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, -- cgit v1.2.3-70-g09d2