Remove another unused variable

Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Rick Walsh 2016-07-19 18:47:33 +10:00 committed by Dirk Hohndel
parent b78e6525eb
commit b0ad1aa969

View file

@ -107,7 +107,6 @@ private:
Mode mode;
bool recalc;
QVector<divedatapoint> divepoints;
QVector<sample> backupSamples; // For editing added dives.
QDateTime startTime;
int tempGFHigh;
int tempGFLow;