7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 19:39:17 +00:00

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->UnFill();
// TODO Refill zone when KiCad supports auto re-fill
// Update the display
zone->HatchBorder();
canvas()->Refresh();