diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2021-05-08 09:50:00 +0200 |
---|---|---|
committer | Robert C. Helling <helling@atdotde.de> | 2021-05-08 13:40:24 +0200 |
commit | a7002f4089e76efc0667d22fc10f44ada35ec1bd (patch) | |
tree | 2bc1254e09bb69619951dda3356c21c8cc90ce92 /qt-models/diveplotdatamodel.h | |
parent | 8b0db14f64c4f1f3e3438b35fcfcd94994459283 (diff) | |
download | subsurface-a7002f4089e76efc0667d22fc10f44ada35ec1bd.tar.gz |
profile: remove DiveAmbPressureItem
This was replaced by the tissue map in 893bea700c98.
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 1661e40d6..f2222c84c 100644 --- a/qt-models/diveplotdatamodel.h +++ b/qt-models/diveplotdatamodel.h @@ -67,7 +67,6 @@ public: CCRSENSOR3, SCR_OC_PO2, HEARTBEAT, - AMBPRESSURE, INSTANT_MEANDEPTH, COLUMNS }; |