mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove some unused variables
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
aabcff9c54
commit
0813d2168a
4 changed files with 2 additions and 4 deletions
|
@ -344,7 +344,6 @@ bool is_cylinder_used(struct dive *dive, int idx)
|
|||
void get_gas_used(struct dive *dive, volume_t gases[MAX_CYLINDERS])
|
||||
{
|
||||
int idx;
|
||||
struct divecomputer *dc;
|
||||
|
||||
for (idx = 0; idx < MAX_CYLINDERS; idx++) {
|
||||
cylinder_t *cyl = &dive->cylinder[idx];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue