Schematic: remove unused variable

This commit is contained in:
Mike Williams
2022-12-28 12:27:57 -05:00
parent 6816ee937a
commit 495f337fa5
-3
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();