diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2016-07-19 18:47:33 +1000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-07-23 10:54:56 +0900 |
commit | b0ad1aa969c0906109698d51acea868440994b75 (patch) | |
tree | bf735a223d03e119513d0a288418bbf583d6bf2f /qt-models | |
parent | b78e6525eb589c6bd654f1a9f01674fea94a9985 (diff) | |
download | subsurface-b0ad1aa969c0906109698d51acea868440994b75.tar.gz |
Remove another unused variable
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models')
-rw-r--r-- | qt-models/diveplannermodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-models/diveplannermodel.h b/qt-models/diveplannermodel.h index 8e76d9bba..8bbe8f699 100644 --- a/qt-models/diveplannermodel.h +++ b/qt-models/diveplannermodel.h @@ -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; |