7
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:
Alex 2023-02-01 07:28:05 +03:00
parent 56f900b14f
commit 1c2345776e

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 )