diff options
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/dive.h b/core/dive.h index 3e30ff521..490d228c7 100644 --- a/core/dive.h +++ b/core/dive.h @@ -206,14 +206,9 @@ extern void invalidate_dive_cache(struct dive *dc); extern void set_autogroup(bool value); extern int total_weight(const struct dive *); -#define DIVE_ERROR_PARSE 1 -#define DIVE_ERROR_PLAN 2 - const char *monthname(int mon); extern const char *existing_filename; -extern void subsurface_command_line_init(int *, char ***); -extern void subsurface_command_line_exit(int *, char ***); extern bool has_planned(const struct dive *dive, bool planned); |