Remove change from teardrop merge that wasn't needed for final impl.

This commit is contained in:
Jeff Young 2023-05-21 16:39:18 +01:00
parent 29674051b4
commit ff9a5b8373
1 changed files with 0 additions and 8 deletions

View File

@ -427,14 +427,6 @@ void BOARD_COMMIT::Push( const wxString& aMessage, int aCommitFlags )
if( autofillZones )
dirtyIntersectingZones( boardItem, changeType );
boardItem->SetFlags( STRUCT_DELETED );
if( boardItem->Type() == PCB_FOOTPRINT_T )
{
for( PAD* pad : static_cast<FOOTPRINT*>( boardItem )->Pads() )
pad->SetFlags( STRUCT_DELETED );
}
switch( boardItem->Type() )
{
case PCB_TEXT_T: