mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:23:25 +00:00
dive.c: remove unused variable
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
809f507537
commit
e31b6c0ed3
1 changed files with 0 additions and 1 deletions
|
@ -2878,7 +2878,6 @@ static struct dive *create_new_copy(struct dive *from)
|
|||
static void force_fixup_dive(struct dive *d)
|
||||
{
|
||||
struct divecomputer *dc = &d->dc;
|
||||
int old_maxdepth = dc->maxdepth.mm;
|
||||
int old_temp = dc->watertemp.mkelvin;
|
||||
int old_mintemp = d->mintemp.mkelvin;
|
||||
int old_maxtemp = d->maxtemp.mkelvin;
|
||||
|
|
Loading…
Add table
Reference in a new issue