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 /profile-widget/profilewidget2.cpp | |
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 'profile-widget/profilewidget2.cpp')
-rw-r--r-- | profile-widget/profilewidget2.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/profile-widget/profilewidget2.cpp b/profile-widget/profilewidget2.cpp index fc49d5a65..2e50b5d08 100644 --- a/profile-widget/profilewidget2.cpp +++ b/profile-widget/profilewidget2.cpp @@ -134,7 +134,6 @@ ProfileWidget2::ProfileWidget2(DivePlannerPointsModel *plannerModelIn, QWidget * heartBeatAxis(new DiveCartesianAxis(this)), heartBeatItem(createItem<DiveHeartrateItem>(*heartBeatAxis, DivePlotDataModel::HEARTBEAT, 1)), percentageAxis(new DiveCartesianAxis(this)), - ambPressureItem(createItem<DiveAmbPressureItem>(*percentageAxis, DivePlotDataModel::AMBPRESSURE, 1)), mouseFollowerVertical(new DiveLineItem()), mouseFollowerHorizontal(new DiveLineItem()), rulerItem(new RulerItem2()), @@ -1074,7 +1073,6 @@ void ProfileWidget2::setEmptyState() toolTipItem->clearPlotInfo(); toolTipItem->setVisible(false); rulerItem->setVisible(false); - ambPressureItem->setVisible(false); mouseFollowerHorizontal->setVisible(false); mouseFollowerVertical->setVisible(false); heartBeatAxis->setVisible(false); |