unused code removed

This commit is contained in:
Uwe Rathmann 2022-03-24 08:49:49 +01:00
parent 5c62725cd1
commit e0792beb5f

View File

@ -9,12 +9,6 @@
#include <QskArcMetrics.h>
#include <QtMath>
static constexpr inline qreal qskTickFactor( QskScaleTickmarks::TickType type )
{
using TM = QskScaleTickmarks;
return type == TM::MinorTick ? 0.7 : ( type == TM::MinorTick ? 0.85 : 1.0 );
}
RadialTickmarksNode::RadialTickmarksNode()
: m_geometry( QSGGeometry::defaultAttributes_Point2D(), 0 )
{