From cc5a56b2751de2387572eec25fde75db7b89fb6a Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sat, 25 Nov 2017 14:03:55 +0100 Subject: Cleanup: remove unused extern declaration Removes the extern declaration of edit_dive, which wasn't defined anywhere. Signed-off-by: Berthold Stoeger --- core/dive.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core') diff --git a/core/dive.h b/core/dive.h index 0f6fe192d..81396d352 100644 --- a/core/dive.h +++ b/core/dive.h @@ -525,10 +525,6 @@ static inline depth_t gas_mnd(struct gasmix *mix, depth_t end, struct dive *dive #define SURFACE_THRESHOLD 750 /* somewhat arbitrary: only below 75cm is it really diving */ -/* this is a global spot for a temporary dive structure that we use to - * be able to edit a dive without unintended side effects */ -extern struct dive edit_dive; - extern short autogroup; /* random threashold: three days without diving -> new trip * this works very well for people who usually dive as part of a trip and don't -- cgit v1.2.3-70-g09d2