Fix a minor bug I created in commit 4733

This commit is contained in:
jean-pierre charras 2014-03-05 18:57:13 +01:00
parent 764b5c11bf
commit a1b065c190
1 changed files with 0 additions and 2 deletions

View File

@ -265,8 +265,6 @@ void PCB_EDIT_FRAME::SpreadFootprints( bool aFootprintsOutsideBoardOnly )
moduleList[ii+1]->GetPath().BeforeLast( '/' ) ) )
islastItem = true;
moduleListBySheet.push_back( module );
moduleListBySheet.push_back( module );
subsurface += module->GetArea();