diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-04-30 22:03:15 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-04-30 14:14:13 -0700 |
commit | 3ed36b2ab5344466eae5eba141b8b62ac4c966fc (patch) | |
tree | e8806ef33d62ee89d1ebbcae23b67934d7438708 /qt-models/diveplotdatamodel.h | |
parent | 60b00162a9cc666a1af062d2610f28cfe7df09ae (diff) | |
download | subsurface-3ed36b2ab5344466eae5eba141b8b62ac4c966fc.tar.gz |
cleanup: remove DivePlotDataModel::diveId
Nobody was using that member variable.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'qt-models/diveplotdatamodel.h')
-rw-r--r-- | qt-models/diveplotdatamodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-models/diveplotdatamodel.h b/qt-models/diveplotdatamodel.h index 6267d3705..cb0d0e3c0 100644 --- a/qt-models/diveplotdatamodel.h +++ b/qt-models/diveplotdatamodel.h @@ -92,7 +92,6 @@ public: private: struct plot_info pInfo; - int diveId; unsigned int dcNr; struct deco_state plot_deco_state; }; |