diff options
author | Krzysztof Arentowicz <karent.bug@gmail.com> | 2015-01-02 00:29:50 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-01 16:28:20 -0800 |
commit | b6f47883c3bd3c05f1f5ef4d933a7b138d30b313 (patch) | |
tree | efc81663bbf529ca4f07a22e2c5765a59b4a6abb /qt-ui/profile/profilewidget2.h | |
parent | e3378e299a64e4aa807858b49bf5794a2a5babe7 (diff) | |
download | subsurface-b6f47883c3bd3c05f1f5ef4d933a7b138d30b313.tar.gz |
Get rid of mean depth line
Flat mean depth line (whole dive, not the instant one) is redundant as we now
have a much more useful mean depth graph.
Signed-off-by: Krzysztof Arentowicz <k.arentowicz@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.h')
-rw-r--r-- | qt-ui/profile/profilewidget2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h index 2d49206cc..8a043664d 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -165,7 +165,6 @@ private: DiveMeanDepthItem *meanDepthItem; DiveCartesianAxis *cylinderPressureAxis; DiveGasPressureItem *gasPressureItem; - MeanDepthLine *meanDepth; QList<DiveEventItem *> eventItems; DiveTextItem *diveComputerText; DiveCalculatedCeiling *diveCeiling; |