Cleanup stale comment.

This commit is contained in:
Jeff Young 2025-02-22 20:01:16 +00:00
parent 34db9ed245
commit 59d6152cf0

View File

@ -2580,8 +2580,6 @@ void EDIT_TOOL::DeleteItems( const PCB_SELECTION& aItems, bool aIsCut )
zone->RemoveCutout( outlineIdx, holeIdx ); zone->RemoveCutout( outlineIdx, holeIdx );
zone->UnFill(); zone->UnFill();
// TODO Refill zone when KiCad supports auto re-fill
// Update the display // Update the display
zone->HatchBorder(); zone->HatchBorder();
canvas()->Refresh(); canvas()->Refresh();