diff --git a/eeschema/files-io.cpp b/eeschema/files-io.cpp index 54897bd5e5..a94761d038 100644 --- a/eeschema/files-io.cpp +++ b/eeschema/files-io.cpp @@ -377,7 +377,6 @@ bool SCH_EDIT_FRAME::OpenProjectFiles( const std::vector& aFileSet, in msg.Printf( _( "File '%s' not found." ), GetChars( g_RootSheet->GetScreen()->GetFileName() ) ); DisplayInfoMessage( this, msg ); - return false; } return true; // do not close Eeschema if the file if not found: