mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 22:23:24 +00:00
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:
parent
b78e6525eb
commit
b0ad1aa969
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ private:
|
||||||
Mode mode;
|
Mode mode;
|
||||||
bool recalc;
|
bool recalc;
|
||||||
QVector<divedatapoint> divepoints;
|
QVector<divedatapoint> divepoints;
|
||||||
QVector<sample> backupSamples; // For editing added dives.
|
|
||||||
QDateTime startTime;
|
QDateTime startTime;
|
||||||
int tempGFHigh;
|
int tempGFHigh;
|
||||||
int tempGFLow;
|
int tempGFLow;
|
||||||
|
|
Loading…
Add table
Reference in a new issue