mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
cleanup: remove DiveCartesianAxis::unitSystem
This was only used by the child class DepthAxis, where it was defined separately. An oversight? In any case, remove the unused member. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
87e203ea50
commit
04d7c9b808
2 changed files with 0 additions and 2 deletions
|
@ -64,7 +64,6 @@ void DiveCartesianAxis::setTextColor(const QColor &color)
|
|||
DiveCartesianAxis::DiveCartesianAxis(ProfileWidget2 *widget) : QObject(),
|
||||
QGraphicsLineItem(),
|
||||
printMode(false),
|
||||
unitSystem(0),
|
||||
profileWidget(widget),
|
||||
orientation(LeftToRight),
|
||||
min(0),
|
||||
|
|
|
@ -49,7 +49,6 @@ public:
|
|||
void setLinesVisible(bool arg1);
|
||||
void setLineSize(qreal lineSize);
|
||||
void setLine(const QLineF& line);
|
||||
int unitSystem;
|
||||
virtual void updateTicks(color_index_t color = TIME_GRID);
|
||||
|
||||
signals:
|
||||
|
|
Loading…
Reference in a new issue