Browse Source

Remove unused variable.

7.0
Jeff Young 4 years ago
parent
commit
fa5a484797
  1. 1
      pcbnew/tools/zone_create_helper.cpp

1
pcbnew/tools/zone_create_helper.cpp

@ -202,7 +202,6 @@ void ZONE_CREATE_HELPER::commitZone( std::unique_ptr<ZONE> aZone )
case ZONE_MODE::SIMILAR:
{
BOARD_COMMIT commit( &m_tool );
BOARD* board = m_tool.getModel<BOARD>();
aZone->HatchBorder();

Loading…
Cancel
Save