This method should never have taken a parameter

This commit is contained in:
Michael Becker 2015-09-25 23:07:01 -04:00
parent e1f7c7dae7
commit d745856129

View File

@ -404,7 +404,7 @@ namespace UniversalEditor.Engines.WindowsForms
{
wndOutputWindow.AppendText(text);
}
private void _ClearText(string text)
private void _ClearText()
{
wndOutputWindow.ClearText();
}