diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-02-15 21:46:14 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-15 17:16:02 -0800 |
commit | fc55b2abfea6079c730688566bd2452e903cec30 (patch) | |
tree | fa2405efdfb1b768c5ad23189c9124eecdec76e2 /qt-ui/profile/profilewidget2.h | |
parent | 87d528992052ccc6204a25642b503a15ab45f9f9 (diff) | |
download | subsurface-fc55b2abfea6079c730688566bd2452e903cec30.tar.gz |
Remove the class 'CartesianPlane'
This class was pratically a re-do of the axis, I'll do the axis to plot
the lines when it feels like it.
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h index 41a5d26fb..b7cdbff4d 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -31,7 +31,6 @@ class DepthAxis; class DiveCartesianAxis; class DiveProfileItem; class TimeAxis; -class DiveCartesianPlane; class DiveTemperatureItem; class DiveGasPressureItem; class DiveCalculatedCeiling; @@ -84,7 +83,6 @@ private: TemperatureAxis *temperatureAxis; TimeAxis *timeAxis; DiveProfileItem *diveProfileItem; - DiveCartesianPlane *cartesianPlane; DiveTemperatureItem *temperatureItem; DiveCartesianAxis *cylinderPressureAxis; DiveGasPressureItem *gasPressureItem; |