diff --git a/pcbnew/pcb_painter.cpp b/pcbnew/pcb_painter.cpp index c42110f79e..06632b2a2c 100644 --- a/pcbnew/pcb_painter.cpp +++ b/pcbnew/pcb_painter.cpp @@ -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 );