From 73c9b94b0f2d4ab0fc6c17eedf1a1a2ad2f56668 Mon Sep 17 00:00:00 2001 From: Fred Kuipers Date: Sat, 14 Aug 2021 00:19:02 -0400 Subject: [PATCH] Remove auto-generated method --- ObservatoryCore/UI/Views/BasicUIView.axaml.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ObservatoryCore/UI/Views/BasicUIView.axaml.cs b/ObservatoryCore/UI/Views/BasicUIView.axaml.cs index 05378c8..739d2d7 100644 --- a/ObservatoryCore/UI/Views/BasicUIView.axaml.cs +++ b/ObservatoryCore/UI/Views/BasicUIView.axaml.cs @@ -452,11 +452,6 @@ namespace Observatory.UI.Views } } - private void TextBox_TextInput(object sender, Avalonia.Input.TextInputEventArgs e) - { - throw new NotImplementedException(); - } - private string GetStatusText(PluginManagement.PluginManager.PluginStatus status) { string statusText;