remove outdated code

This commit is contained in:
Michael Becker 2020-10-20 20:55:52 -04:00
parent e0287516dc
commit 06fe3b2506
No known key found for this signature in database
GPG Key ID: 506F54899E2BFED7

View File

@ -282,11 +282,6 @@ namespace UniversalEditor.UserInterface
public Document NewFile()
{
/*
NewDialog2 dlg2 = new NewDialog2();
dlg2.ShowDialog();
*/
NewDialog dlg = new NewDialog();
dlg.Mode = NewDialogMode.File;