summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/diveprofileitem.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-01-28 17:00:19 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-28 12:29:47 -0800
commit343b82708eeb3187aa15e207bab26cbdb414f1e3 (patch)
treea77dd8ac826c306268b58503162ca59a6a3aebe5 /qt-ui/profile/diveprofileitem.h
parentee4f9494f282533f9e3288c511561fbe32f9df23 (diff)
downloadsubsurface-343b82708eeb3187aa15e207bab26cbdb414f1e3.tar.gz
Remove dead code
We changed this MeanDepthLine to the MeanDepthCurve (or something), no need to keep old code around. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/diveprofileitem.h')
-rw-r--r--qt-ui/profile/diveprofileitem.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/qt-ui/profile/diveprofileitem.h b/qt-ui/profile/diveprofileitem.h
index a323e54ee..fcbf4cd97 100644
--- a/qt-ui/profile/diveprofileitem.h
+++ b/qt-ui/profile/diveprofileitem.h
@@ -204,25 +204,6 @@ public:
virtual void settingsChanged();
};
-class MeanDepthLine : public DiveLineItem {
- Q_OBJECT
-public:
- MeanDepthLine();
- void setMeanDepth(int value);
- void setLine(qreal x1, qreal y1, qreal x2, qreal y2);
- void setAxis(DiveCartesianAxis *a);
- void setModel(DivePlotDataModel *m);
-public
-slots:
- void axisLineChanged();
-
-protected:
- int meanDepth;
- DiveTextItem *leftText;
- DiveTextItem *rightText;
- DivePlotDataModel *model;
-};
-
class PartialPressureGasItem : public AbstractProfilePolygonItem {
Q_OBJECT
public: