mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-11 09:00:13 +00:00
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::map<wxString, SheetBBoxToFootprintsMapPair> sheetsMap;
|
||||
std::vector<BOX2I> blockMap;
|
||||
|
||||
// Fill in the maps
|
||||
for( FOOTPRINT* footprint : *aFootprints )
|
||||
|
Loading…
Reference in New Issue
Block a user