summaryrefslogtreecommitdiffstats
path: root/core/dive.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-10-25 13:57:18 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-10-25 13:59:52 -0700
commit2b86fe84f9b2ac1edae47ff1dd8e5d34373ddff5 (patch)
tree5b7240a872c7169d1d97a58386d96589bb9d3f71 /core/dive.h
parent17d21dbf40782b6eea58d6a6dffa38a5674cc0e0 (diff)
downloadsubsurface-2b86fe84f9b2ac1edae47ff1dd8e5d34373ddff5.tar.gz
cleanup: move application flags to core/subsurfacehelper.h
These flags are not dive-related, therefore move their declaration to the appropriate header file. Likewise, move their definition from parse-xml.c to subsurfacehelper.c Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/dive.h')
-rw-r--r--core/dive.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/dive.h b/core/dive.h
index f6ad9bf1c..6e49c2893 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -127,11 +127,6 @@ extern depth_t gas_mnd(struct gasmix mix, depth_t end, const struct dive *dive,
extern bool autogroup;
-extern int quit, force_root, ignore_bt;
-#ifdef SUBSURFACE_MOBILE_DESKTOP
-extern char *testqml;
-#endif
-
extern struct dive displayed_dive;
extern unsigned int dc_number;
extern struct dive *current_dive;