Remove unused variable.

This commit is contained in:
Jeff Young 2022-03-15 14:52:54 +00:00
parent f596ae3487
commit fa5a484797
1 changed files with 0 additions and 1 deletions

View File

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