mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove code that was unused.
Ancient code that was unused and only adding complexity to the DiveCartesianAxis. Also remove the spacing between the text and the lines of the Axis. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0ad2a69c42
commit
7fbeb71dce
4 changed files with 14 additions and 40 deletions
|
@ -34,8 +34,6 @@ public:
|
|||
qreal posAtValue(qreal value);
|
||||
void setColor(const QColor& color);
|
||||
void setTextColor(const QColor& color);
|
||||
void setShowTicks(bool show);
|
||||
void setShowText(bool show);
|
||||
void animateChangeLine(const QLineF& newLine);
|
||||
int unitSystem;
|
||||
public slots:
|
||||
|
@ -53,8 +51,6 @@ protected:
|
|||
double interval;
|
||||
double tick_size;
|
||||
QColor textColor;
|
||||
bool showTicks;
|
||||
bool showText;
|
||||
};
|
||||
|
||||
class DepthAxis : public DiveCartesianAxis {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue