unused code removed
This commit is contained in:
parent
5c62725cd1
commit
e0792beb5f
@ -9,12 +9,6 @@
|
|||||||
#include <QskArcMetrics.h>
|
#include <QskArcMetrics.h>
|
||||||
#include <QtMath>
|
#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()
|
RadialTickmarksNode::RadialTickmarksNode()
|
||||||
: m_geometry( QSGGeometry::defaultAttributes_Point2D(), 0 )
|
: m_geometry( QSGGeometry::defaultAttributes_Point2D(), 0 )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user