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/diveprofileitem.h | |
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/diveprofileitem.h')
-rw-r--r-- | profile-widget/diveprofileitem.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/profile-widget/diveprofileitem.h b/profile-widget/diveprofileitem.h index 01e9fb3da..ea86761bd 100644 --- a/profile-widget/diveprofileitem.h +++ b/profile-widget/diveprofileitem.h @@ -131,17 +131,6 @@ private: QString visibilityKey; }; -class DiveGFLineItem : public AbstractProfilePolygonItem { - Q_OBJECT -public: - DiveGFLineItem(const DivePlotDataModel &model, const DiveCartesianAxis &hAxis, int hColumn, const DiveCartesianAxis &vAxis, int vColumn); - void replot(const dive *d, bool in_planner) override; - void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override; - -private: - QString visibilityKey; -}; - class DiveGasPressureItem : public AbstractProfilePolygonItem { Q_OBJECT |