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.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 'profile-widget/profilewidget2.h')
-rw-r--r-- | profile-widget/profilewidget2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h index 4bdf4ea62..b4d60f7a2 100644 --- a/profile-widget/profilewidget2.h +++ b/profile-widget/profilewidget2.h @@ -223,7 +223,6 @@ private: DiveHeartrateItem *heartBeatItem; DiveCartesianAxis *percentageAxis; QList<DivePercentageItem *> allPercentages; - DiveAmbPressureItem *ambPressureItem; DiveLineItem *mouseFollowerVertical; DiveLineItem *mouseFollowerHorizontal; RulerItem2 *rulerItem; |