diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-07-15 22:16:56 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-07-18 05:42:55 -0700 |
commit | b862e028c6695e9adfdffc2b46ad3c433ec7f214 (patch) | |
tree | 79ab8cc4addc868daedc741dc688f4f38d1cffc6 /core/dive.h | |
parent | 342d04631eca0b2cc6138d2361e41a29ffb982e0 (diff) | |
download | subsurface-b862e028c6695e9adfdffc2b46ad3c433ec7f214.tar.gz |
Cleanup: move cylinderuse_from_text() to equipment.c
Since this function doesn't act on a dive and is only related
to cylinders, move it to equipment.c and equipment.h.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
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; |