summaryrefslogtreecommitdiffstats
path: root/core/pref.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2021-01-05 12:08:09 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-01-06 10:18:23 -0800
commit76136010bf72e6452701dd7dffc24c9eabfaf97d (patch)
tree4e9257f9d600e0822c706154410ab171b29888ce /core/pref.h
parentd63910caa3dfffb6c8ad85a5db322d57a86eb3e3 (diff)
downloadsubsurface-76136010bf72e6452701dd7dffc24c9eabfaf97d.tar.gz
preferences: remove pointless member
This could never have worked the way it was used. Some whitespace fixes snuck into this commit. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/pref.h')
-rw-r--r--core/pref.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/pref.h b/core/pref.h
index 308aa9555..410280a10 100644
--- a/core/pref.h
+++ b/core/pref.h
@@ -47,7 +47,6 @@ enum def_file_behavior {
typedef struct {
bool dont_check_for_updates;
- bool dont_check_exists;
const char *last_version_used;
int next_check;
} update_manager_prefs_t;