summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/diveprofileitem.h
diff options
context:
space:
mode:
authorGravatar Cristine Guadelupe <cristineguadelupe@me.com>2015-01-13 02:03:49 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-14 12:24:57 +1300
commit2b193416090f3ca9795513d94028557c96aed0b4 (patch)
tree7cda9150c7dd51f1e6aee5afbef1f6b246e4baae /qt-ui/profile/diveprofileitem.h
parentc9535b6547c60afdb89db0822608cd7a44b3f50e (diff)
downloadsubsurface-2b193416090f3ca9795513d94028557c96aed0b4.tar.gz
Remove instantMeanDepthLine
Take instantMeanDepthLine out of the code. We have the moving average line plus the exact data in the information overlay. Signed-off-by: Cristine Guadelupe <cristineguadelupe@me.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/diveprofileitem.h')
-rw-r--r--qt-ui/profile/diveprofileitem.h11
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: