diff --git a/pcbnew/router/pns_kicad_iface.cpp b/pcbnew/router/pns_kicad_iface.cpp index d858d62ef4..f96f6856a5 100644 --- a/pcbnew/router/pns_kicad_iface.cpp +++ b/pcbnew/router/pns_kicad_iface.cpp @@ -1161,10 +1161,6 @@ bool PNS_KICAD_IFACE_BASE::syncGraphicalItem( PNS::NODE* aWorld, PCB_SHAPE* aIte || aItem->GetLayer() == Margin || IsCopperLayer( aItem->GetLayer() ) ) { - // TODO: where do we handle filled polygons on copper layers? - if( aItem->GetShape() == SHAPE_T::POLY && aItem->IsFilled() ) - return false; - std::vector shapes = aItem->MakeEffectiveShapes(); for( SHAPE* shape : shapes )