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
|
@ -348,7 +348,7 @@ static void save_sample(struct membuffer *b, struct sample *sample, struct sampl
|
|||
static void save_samples(struct membuffer *b, struct dive *dive, struct divecomputer *dc)
|
||||
{
|
||||
int nr;
|
||||
int o2sensor, legacy;
|
||||
int o2sensor;
|
||||
struct sample *s;
|
||||
struct sample dummy = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue