diff --git a/pcbnew/autorouter/spread_footprints.cpp b/pcbnew/autorouter/spread_footprints.cpp index 4cb45da287..7e573304da 100644 --- a/pcbnew/autorouter/spread_footprints.cpp +++ b/pcbnew/autorouter/spread_footprints.cpp @@ -128,7 +128,6 @@ void SpreadFootprints( std::vector* aFootprints, VECTOR2I aTargetBox std::pair>; std::map sheetsMap; - std::vector blockMap; // Fill in the maps for( FOOTPRINT* footprint : *aFootprints )