mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:23:23 +00:00
Remove unused variables
These were leftover in commit 90638180d2
("Use the used flag on
cylinders in get_dive_gas").
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a117428ff4
commit
4d14059d7c
1 changed files with 0 additions and 2 deletions
|
@ -115,8 +115,6 @@ void get_dive_gas(struct dive *dive, int *o2_p, int *he_p, int *o2low_p)
|
|||
cylinder_t *cyl = dive->cylinder + i;
|
||||
int o2 = get_o2(&cyl->gasmix);
|
||||
int he = get_he(&cyl->gasmix);
|
||||
int used = 0;
|
||||
int first_gas_explicit = 0;
|
||||
|
||||
if (!cyl->used)
|
||||
continue;
|
||||
|
|
Loading…
Add table
Reference in a new issue