Remove auto-generated method

This commit is contained in:
Fred Kuipers 2021-08-14 00:19:02 -04:00
commit 73c9b94b0f

View file

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