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 ca42406d5..1be628151 100644 --- a/core/dive.h +++ b/core/dive.h @@ -314,8 +314,6 @@ extern int save_dive_sites_logic(const char *filename, bool select_only, bool an struct membuffer; extern void save_one_dive_to_mb(struct membuffer *b, struct dive *dive, bool anonymize); -int cylinderuse_from_text(const char *text); - struct user_info { char *name; char *email; |