Unused code: remove DiveCartesianAxis::tickInterval() and tickSize()

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2017-05-19 21:42:36 +02:00
parent c8e9b93404
commit d88e916c1d
2 changed files with 0 additions and 12 deletions

View file

@ -23,16 +23,6 @@ QPen DiveCartesianAxis::gridPen()
return pen;
}
double DiveCartesianAxis::tickInterval() const
{
return interval;
}
double DiveCartesianAxis::tickSize() const
{
return tick_size;
}
void DiveCartesianAxis::setFontLabelScale(qreal scale)
{
labelScale = scale;