diff options
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; }; |