diff options
author | Cristine Guadelupe <cristineguadelupe@me.com> | 2015-01-13 02:03:49 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-14 12:24:57 +1300 |
commit | 2b193416090f3ca9795513d94028557c96aed0b4 (patch) | |
tree | 7cda9150c7dd51f1e6aee5afbef1f6b246e4baae /qt-ui/profile/diveprofileitem.h | |
parent | c9535b6547c60afdb89db0822608cd7a44b3f50e (diff) | |
download | subsurface-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.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: |