summaryrefslogtreecommitdiffstats
path: root/core/pref.h
diff options
context:
space:
mode:
authorGravatar Stefan Fuchs <sfuchs@gmx.de>2017-10-22 11:43:28 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-29 11:07:52 -0700
commit4e320cca5bae6d3d625c91e48ff2635d9b167aa2 (patch)
tree8bf1ba516b7aada89132c679350f496bb86a339a /core/pref.h
parentc78a864e15c7e070a7233d09c805f66490de7e27 (diff)
downloadsubsurface-4e320cca5bae6d3d625c91e48ff2635d9b167aa2.tar.gz
Remove three obsolete preferences options for geocoding
These options are not used any longer/were never used and can be removed to not confuse the users. Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'core/pref.h')
-rw-r--r--core/pref.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/pref.h b/core/pref.h
index 515225dd4..2d835dda1 100644
--- a/core/pref.h
+++ b/core/pref.h
@@ -28,9 +28,6 @@ typedef struct {
} facebook_prefs_t;
typedef struct {
- bool enable_geocoding;
- bool parse_dive_without_gps;
- bool tag_existing_dives;
enum taxonomy_category category[3];
} geocoding_prefs_t;