Cleanup unused vars
This commit is contained in:
parent
bcf6b620a8
commit
bf68b11ff9
|
@ -231,7 +231,6 @@ void PLOTTER::BezierCurve( const VECTOR2I& aStart, const VECTOR2I& aControl1,
|
||||||
int aTolerance, int aLineThickness )
|
int aTolerance, int aLineThickness )
|
||||||
{
|
{
|
||||||
// Generic fallback: Quadratic Bezier curve plotted as a polyline
|
// Generic fallback: Quadratic Bezier curve plotted as a polyline
|
||||||
int minSegLen = aLineThickness; // The segment min length to approximate a bezier curve
|
|
||||||
|
|
||||||
std::vector<VECTOR2I> ctrlPoints;
|
std::vector<VECTOR2I> ctrlPoints;
|
||||||
ctrlPoints.reserve( 4 );
|
ctrlPoints.reserve( 4 );
|
||||||
|
|
Loading…
Reference in New Issue