unused
This commit is contained in:
parent
26c731ff42
commit
5f70ec63b1
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue