diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2021-05-08 09:46:09 +0200 |
---|---|---|
committer | Robert C. Helling <helling@atdotde.de> | 2021-05-08 13:40:24 +0200 |
commit | 8b0db14f64c4f1f3e3438b35fcfcd94994459283 (patch) | |
tree | fe2eaad066cdf025654b117418a72964b7efa40d /profile-widget/profilewidget2.cpp | |
parent | fd3ebf9b62c9d0f73a9dd3105bfe5a933f63aabb (diff) | |
download | subsurface-8b0db14f64c4f1f3e3438b35fcfcd94994459283.tar.gz |
profile: remove DiveGFLineItem
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 3e73a54b4..fc49d5a65 100644 --- a/profile-widget/profilewidget2.cpp +++ b/profile-widget/profilewidget2.cpp @@ -135,7 +135,6 @@ ProfileWidget2::ProfileWidget2(DivePlannerPointsModel *plannerModelIn, QWidget * heartBeatItem(createItem<DiveHeartrateItem>(*heartBeatAxis, DivePlotDataModel::HEARTBEAT, 1)), percentageAxis(new DiveCartesianAxis(this)), ambPressureItem(createItem<DiveAmbPressureItem>(*percentageAxis, DivePlotDataModel::AMBPRESSURE, 1)), - gflineItem(createItem<DiveGFLineItem>(*percentageAxis, DivePlotDataModel::GFLINE, 1)), mouseFollowerVertical(new DiveLineItem()), mouseFollowerHorizontal(new DiveLineItem()), rulerItem(new RulerItem2()), @@ -1076,7 +1075,6 @@ void ProfileWidget2::setEmptyState() toolTipItem->setVisible(false); rulerItem->setVisible(false); ambPressureItem->setVisible(false); - gflineItem->setVisible(false); mouseFollowerHorizontal->setVisible(false); mouseFollowerVertical->setVisible(false); heartBeatAxis->setVisible(false); |