From eb8d78ea21231ce21cea32b56eb4bd8bee2fba90 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Wed, 5 Mar 2014 18:57:13 +0100 Subject: [PATCH] Fix a minor bug I created in commit 4733 --- pcbnew/autorouter/spread_footprints.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/pcbnew/autorouter/spread_footprints.cpp b/pcbnew/autorouter/spread_footprints.cpp index 5fa49338d0..42b0ea47c7 100644 --- a/pcbnew/autorouter/spread_footprints.cpp +++ b/pcbnew/autorouter/spread_footprints.cpp @@ -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();