Remove duplicate fix not found by merge.

This commit is contained in:
Jeff Young 2020-07-05 20:59:52 +01:00
parent ec6c1b80b7
commit 509cd8f495
1 changed files with 0 additions and 4 deletions

View File

@ -471,10 +471,6 @@ bool SCH_EDIT_FRAME::OpenProjectFiles( const std::vector<wxString>& aFileSet, in
sheetList.UpdateSymbolInstances( Schematic().RootScreen()->m_symbolInstances );
}
SCH_SHEET_PATH root;
root.push_back( &Schematic().Root() );
SetCurrentSheet( root );
Schematic().ConnectionGraph()->Reset();
SetScreen( GetCurrentSheet().LastScreen() );