diff options
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/dive.h b/core/dive.h index 2c5a28d72..8e9185daa 100644 --- a/core/dive.h +++ b/core/dive.h @@ -398,8 +398,6 @@ extern void subsurface_command_line_exit(int *, char ***); #define FRACTION(n, x) ((unsigned)(n) / (x)), ((unsigned)(n) % (x)) -#define DECOTIMESTEP 60 /* seconds. Unit of deco stop times */ - extern bool is_dc_planner(const struct divecomputer *dc); extern bool has_planned(const struct dive *dive, bool planned); |