Schematic: remove unused variable

This commit is contained in:
Mike Williams 2022-12-28 11:31:49 -05:00
parent 6816ee937a
commit 495f337fa5
1 changed files with 0 additions and 3 deletions

View File

@ -1669,9 +1669,6 @@ void SCH_EDIT_FRAME::FixupJunctions()
{
size_t num_undos = m_undoList.m_CommandsList.size();
// We require a set here to avoid adding multiple junctions to the same spot
std::set<wxPoint> junctions;
SetCurrentSheet( sheet );
GetCurrentSheet().UpdateAllScreenReferences();