Remove unused variable.
This commit is contained in:
parent
56f900b14f
commit
1c2345776e
|
@ -128,7 +128,6 @@ void SpreadFootprints( std::vector<FOOTPRINT*>* aFootprints, VECTOR2I aTargetBox
|
||||||
std::pair<BOX2I, std::map<VECTOR2I, FpBBoxToFootprintsPair>>;
|
std::pair<BOX2I, std::map<VECTOR2I, FpBBoxToFootprintsPair>>;
|
||||||
|
|
||||||
std::map<wxString, SheetBBoxToFootprintsMapPair> sheetsMap;
|
std::map<wxString, SheetBBoxToFootprintsMapPair> sheetsMap;
|
||||||
std::vector<BOX2I> blockMap;
|
|
||||||
|
|
||||||
// Fill in the maps
|
// Fill in the maps
|
||||||
for( FOOTPRINT* footprint : *aFootprints )
|
for( FOOTPRINT* footprint : *aFootprints )
|
||||||
|
|
Loading…
Reference in New Issue