From 3783fc8f5a01eec191c0c9aea25a5b60baef63be Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Tue, 30 May 2023 20:06:18 -0400 Subject: [PATCH] Remove unused line --- pcbnew/zone_filler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/zone_filler.cpp b/pcbnew/zone_filler.cpp index 9bc2b2b3ee..7e5ad98c70 100644 --- a/pcbnew/zone_filler.cpp +++ b/pcbnew/zone_filler.cpp @@ -1660,7 +1660,6 @@ bool ZONE_FILLER::fillNonCopperZone( const ZONE* aZone, PCB_LAYER_ID aLayer, // deflating/inflating. int half_min_width = aZone->GetMinThickness() / 2; int epsilon = pcbIUScale.mmToIU( 0.001 ); - int numSegs = GetArcToSegmentCount( half_min_width, m_maxError, FULL_CIRCLE ); aFillPolys.Deflate( half_min_width - epsilon, SHAPE_POLY_SET::CHAMFER_ALL_CORNERS, m_maxError );