From 8372bb635255fa11d67baf879b0570de1d110610 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Sun, 25 Oct 2020 15:45:29 -0400 Subject: [PATCH] this wasn't referenced anywhere --- Libraries/UniversalEditor.UserInterface/Engine.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Libraries/UniversalEditor.UserInterface/Engine.cs b/Libraries/UniversalEditor.UserInterface/Engine.cs index f4cd3772..92a244e3 100644 --- a/Libraries/UniversalEditor.UserInterface/Engine.cs +++ b/Libraries/UniversalEditor.UserInterface/Engine.cs @@ -34,15 +34,6 @@ namespace UniversalEditor.UserInterface private static Engine _TheEngine = new Engine(); #region implemented abstract members of Engine - protected void ShowCrashDialog (Exception ex) - { - Console.WriteLine (ex.ToString ()); - - // Dialogs.CrashDialog dlg = new Dialogs.CrashDialog(); - // dlg.Exception = ex; - // dlg.ShowDialog(); - } - protected void BeforeInitialization () { Application.CommandLine.Options.Add("command", '\0', null, CommandLineOptionValueType.Multiple);