Location service: when applying GPS locations mark divelist changed

Lubomir pointed out that this variable was unused. Oops.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-11-18 19:19:56 -08:00
parent 9295b3aa37
commit 418a345287

View file

@ -259,6 +259,8 @@ bool GpsLocation::applyLocations()
}
}
if (changed)
mark_divelist_changed(true);
}
void GpsLocation::clearGpsData()