aboutsummaryrefslogtreecommitdiffstats
path: root/core/pref.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2021-09-11 17:01:16 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-09-13 11:21:34 -0700
commit2a0d14b10065540d7d709950c0005bed459f5e82 (patch)
tree0aed144e712bc68126d9f3eb471f3c449414683b /core/pref.c
parent6f813b9f8e58a7b6529e3be728e0ae37e8401400 (diff)
downloadsubsurface-2a0d14b10065540d7d709950c0005bed459f5e82.tar.gz
core: remove location service preferences
Including the related tests. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/pref.c')
-rw-r--r--core/pref.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/pref.c b/core/pref.c
index 6be6fe6ee..75dedcbeb 100644
--- a/core/pref.c
+++ b/core/pref.c
@@ -84,8 +84,6 @@ struct preferences default_prefs = {
},
.planner_deco_mode = BUEHLMANN,
.vpmb_conservatism = 3,
- .distance_threshold = 100,
- .time_threshold = 300,
#if defined(SUBSURFACE_MOBILE)
.cloud_timeout = 10,
#else