From 509cd8f495972205bfd05b197cfc2a9ab0c29b05 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sun, 5 Jul 2020 20:59:52 +0100 Subject: [PATCH] Remove duplicate fix not found by merge. --- eeschema/files-io.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/eeschema/files-io.cpp b/eeschema/files-io.cpp index 3bfa28b29a..7779f258b7 100644 --- a/eeschema/files-io.cpp +++ b/eeschema/files-io.cpp @@ -471,10 +471,6 @@ bool SCH_EDIT_FRAME::OpenProjectFiles( const std::vector& 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() );