mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
cleanup: remove unused macros / declarations from dive.h
Nobody was using these return-code macros and the functions do not exist since a long time. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
f728923c79
commit
df4c0ed403
1 changed files with 0 additions and 5 deletions
|
@ -206,14 +206,9 @@ extern void invalidate_dive_cache(struct dive *dc);
|
||||||
extern void set_autogroup(bool value);
|
extern void set_autogroup(bool value);
|
||||||
extern int total_weight(const struct dive *);
|
extern int total_weight(const struct dive *);
|
||||||
|
|
||||||
#define DIVE_ERROR_PARSE 1
|
|
||||||
#define DIVE_ERROR_PLAN 2
|
|
||||||
|
|
||||||
const char *monthname(int mon);
|
const char *monthname(int mon);
|
||||||
|
|
||||||
extern const char *existing_filename;
|
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);
|
extern bool has_planned(const struct dive *dive, bool planned);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue