mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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
|
|
@ -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…
Add table
Add a link
Reference in a new issue