From 06fe3b25069cab6c663ecf925bed5484600ba7d8 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Tue, 20 Oct 2020 20:55:52 -0400 Subject: [PATCH] remove outdated code --- Libraries/UniversalEditor.UserInterface/MainWindow.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Libraries/UniversalEditor.UserInterface/MainWindow.cs b/Libraries/UniversalEditor.UserInterface/MainWindow.cs index 86dc3eb6..271c6d45 100644 --- a/Libraries/UniversalEditor.UserInterface/MainWindow.cs +++ b/Libraries/UniversalEditor.UserInterface/MainWindow.cs @@ -282,11 +282,6 @@ namespace UniversalEditor.UserInterface public Document NewFile() { - /* - NewDialog2 dlg2 = new NewDialog2(); - dlg2.ShowDialog(); - */ - NewDialog dlg = new NewDialog(); dlg.Mode = NewDialogMode.File;