mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
342d04631e
commit
b862e028c6
4 changed files with 15 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue