this wasn't referenced anywhere

This commit is contained in:
Michael Becker 2020-10-25 15:45:29 -04:00
parent 45baa38e04
commit 8372bb6352
No known key found for this signature in database
GPG Key ID: 506F54899E2BFED7

View File

@ -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);