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;