diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-09-11 17:01:16 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-09-13 11:21:34 -0700 |
commit | 2a0d14b10065540d7d709950c0005bed459f5e82 (patch) | |
tree | 0aed144e712bc68126d9f3eb471f3c449414683b /core/pref.h | |
parent | 6f813b9f8e58a7b6529e3be728e0ae37e8401400 (diff) | |
download | subsurface-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.h')
-rw-r--r-- | core/pref.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/pref.h b/core/pref.h index 97590c4dc..a3f9c2b3b 100644 --- a/core/pref.h +++ b/core/pref.h @@ -134,10 +134,6 @@ struct preferences { const char *time_format; bool time_format_override; - // ********** LocationService ********** - int time_threshold; - int distance_threshold; - // ********** Network ********** bool proxy_auth; const char *proxy_host; |