mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cleanup: remove unused parameter used from find_best_gasmix_match()
The last direct user of the used parameter was removed in16276faa45
, the last actual user ine2bbd0ceec
. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
219c230506
commit
3e88bd686f
5 changed files with 5 additions and 7 deletions
|
@ -55,7 +55,7 @@ extern void remove_cylinder(struct dive *dive, int idx);
|
|||
extern void remove_weightsystem(struct dive *dive, int idx);
|
||||
extern void reset_cylinders(struct dive *dive, bool track_gas);
|
||||
extern int gas_volume(const cylinder_t *cyl, pressure_t p); /* Volume in mliter of a cylinder at pressure 'p' */
|
||||
extern int find_best_gasmix_match(struct gasmix mix, const cylinder_t array[], unsigned int used);
|
||||
extern int find_best_gasmix_match(struct gasmix mix, const cylinder_t array[]);
|
||||
#ifdef DEBUG_CYL
|
||||
extern void dump_cylinders(struct dive *dive, bool verbose);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue