diff options
Diffstat (limited to 'qt-ui/profile/diveprofileitem.h')
-rw-r--r-- | qt-ui/profile/diveprofileitem.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/qt-ui/profile/diveprofileitem.h b/qt-ui/profile/diveprofileitem.h index b0693cd93..096c1a3ce 100644 --- a/qt-ui/profile/diveprofileitem.h +++ b/qt-ui/profile/diveprofileitem.h @@ -223,17 +223,6 @@ protected: DivePlotDataModel *model; }; -class InstantMeanDepthLine : public MeanDepthLine { - Q_OBJECT -public: - DiveCartesianAxis *hAxis; - DiveCartesianAxis *vAxis; - InstantMeanDepthLine(); -public -slots: - void mouseMoved(int time, int depth); -}; - class PartialPressureGasItem : public AbstractProfilePolygonItem { Q_OBJECT public: |