diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-01-28 17:00:19 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-28 12:29:47 -0800 |
commit | 343b82708eeb3187aa15e207bab26cbdb414f1e3 (patch) | |
tree | a77dd8ac826c306268b58503162ca59a6a3aebe5 /qt-ui/profile/profilewidget2.h | |
parent | ee4f9494f282533f9e3288c511561fbe32f9df23 (diff) | |
download | subsurface-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/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 b4ae8b333..d594748cc 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -22,7 +22,6 @@ class RulerItem2; struct dive; struct plot_info; class ToolTipItem; -class MeanDepthLine; class DiveMeanDepth; class DiveReportedCeiling; class DiveTextItem; |