mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
87d5289920
commit
fc55b2abfe
4 changed files with 0 additions and 124 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue