mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove same_cylinder
The last user was uses a more general function. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
79d117b5bc
commit
5b65776e43
2 changed files with 0 additions and 10 deletions
|
|
@ -84,7 +84,6 @@ extern cylinder_t *get_or_create_cylinder(struct dive *d, int idx);
|
|||
extern void add_cylinder_description(const cylinder_type_t *);
|
||||
extern void add_weightsystem_description(const weightsystem_t *);
|
||||
extern bool same_weightsystem(weightsystem_t w1, weightsystem_t w2);
|
||||
extern bool same_cylinder(cylinder_t cyl1, cylinder_t cyl2);
|
||||
extern void remove_cylinder(struct dive *dive, int idx);
|
||||
extern void set_cylinder(struct dive *dive, int idx, cylinder_t ws);
|
||||
extern void remove_weightsystem(struct dive *dive, int idx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue