This commit is contained in:
Dick Hollenbeck 2014-08-15 07:44:03 -05:00
parent 26c731ff42
commit 5f70ec63b1
1 changed files with 0 additions and 12 deletions

View File

@ -255,18 +255,6 @@ bool SCH_EDIT_FRAME::OpenProjectFiles( const std::vector<wxString>& aFileSet, in
CreateScreens();
}
#if defined(DEBUG) && 1
{
wxFileName fn = aFileSet[0];
fn.SetExt( ProjectFileExtension );
wxString n1 = fn.GetFullPath();
wxString n2 = Prj().GetProjectFullName();
wxASSERT( n1 == n2 );
}
#endif
GetScreen()->SetFileName( fullFileName );
g_RootSheet->SetFileName( fullFileName );