2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-05 17:39:39 -04:00

Remove auto-generated method

This commit is contained in:
Fred Kuipers 2021-08-14 00:19:02 -04:00
parent 3c3aca8bfd
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;