Remove extra line

This commit is contained in:
Seth Hillbrand 2022-11-08 16:35:03 -08:00
parent 2ada7db282
commit 39774463db
1 changed files with 0 additions and 2 deletions

View File

@ -1417,8 +1417,6 @@ void PCB_PAINTER::draw( const PAD* aPad, int aLayer )
if( poly->PointCount() < 2 ) // Careful of empty pads
break;
if( poly->)
if( margin.x < 0 ) // The poly shape must be deflated
{
int numSegs = GetArcToSegmentCount( -margin.x, m_maxError, FULL_CIRCLE );