Remove unused variable.

This commit is contained in:
Alex 2023-02-01 07:28:05 +03:00
parent 56f900b14f
commit 1c2345776e
1 changed files with 0 additions and 1 deletions

View File

@ -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 )