Remove extra line
This commit is contained in:
parent
2ada7db282
commit
39774463db
|
@ -1417,8 +1417,6 @@ void PCB_PAINTER::draw( const PAD* aPad, int aLayer )
|
||||||
if( poly->PointCount() < 2 ) // Careful of empty pads
|
if( poly->PointCount() < 2 ) // Careful of empty pads
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if( poly->)
|
|
||||||
|
|
||||||
if( margin.x < 0 ) // The poly shape must be deflated
|
if( margin.x < 0 ) // The poly shape must be deflated
|
||||||
{
|
{
|
||||||
int numSegs = GetArcToSegmentCount( -margin.x, m_maxError, FULL_CIRCLE );
|
int numSegs = GetArcToSegmentCount( -margin.x, m_maxError, FULL_CIRCLE );
|
||||||
|
|
Loading…
Reference in New Issue