summaryrefslogtreecommitdiffstats
path: root/core/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/dive.h')
-rw-r--r--core/dive.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/dive.h b/core/dive.h
index c596061d9..f6ad9bf1c 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -127,9 +127,6 @@ extern depth_t gas_mnd(struct gasmix mix, depth_t end, const struct dive *dive,
extern bool autogroup;
-struct dive *unregister_dive(int idx);
-extern void delete_single_dive(int idx);
-
extern int quit, force_root, ignore_bt;
#ifdef SUBSURFACE_MOBILE_DESKTOP
extern char *testqml;