diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2017-10-22 11:43:28 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-29 11:07:52 -0700 |
commit | 4e320cca5bae6d3d625c91e48ff2635d9b167aa2 (patch) | |
tree | 8bf1ba516b7aada89132c679350f496bb86a339a /core/pref.h | |
parent | c78a864e15c7e070a7233d09c805f66490de7e27 (diff) | |
download | subsurface-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.h | 3 |
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; |