Fix shadowed variable.

This commit is contained in:
Alex Shvartzkop 2024-04-17 18:22:18 +03:00
parent d97ac47509
commit 01fedb86e2
1 changed files with 0 additions and 2 deletions

View File

@ -1243,8 +1243,6 @@ bool STEP_PCB_MODEL::WriteBREP( const wxString& aFileName )
return false;
}
wxFileName fn( aFileName );
// s_assy = shape tool for the source
Handle( XCAFDoc_ShapeTool ) s_assy = XCAFDoc_DocumentTool::ShapeTool( m_doc->Main() );