diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-02-05 12:44:11 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-02-05 12:44:11 -0800 |
commit | f6cd21ce5a450f8b3ba9cf844559c26f803ac38b (patch) | |
tree | a22b1d00d129e095c0a04a657acaa0e991f8f551 /core/subsurfacestartup.c | |
parent | 0277d5aacc27893220c5914778896d2b4d14aa82 (diff) | |
download | subsurface-f6cd21ce5a450f8b3ba9cf844559c26f803ac38b.tar.gz |
Finish removal of informational_prefs
And make export-html build again.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/subsurfacestartup.c')
-rw-r--r-- | core/subsurfacestartup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c index 500e91857..1f9518136 100644 --- a/core/subsurfacestartup.c +++ b/core/subsurfacestartup.c @@ -7,7 +7,7 @@ #include "git-access.h" #include "libdivecomputer/version.h" -struct preferences prefs, informational_prefs, git_prefs; +struct preferences prefs, git_prefs; struct preferences default_prefs = { .cloud_base_url = "https://cloud.subsurface-divelog.org/", #if defined(SUBSURFACE_MOBILE) |