This method should never have taken a parameter
This commit is contained in:
parent
e1f7c7dae7
commit
d745856129
@ -404,7 +404,7 @@ namespace UniversalEditor.Engines.WindowsForms
|
||||
{
|
||||
wndOutputWindow.AppendText(text);
|
||||
}
|
||||
private void _ClearText(string text)
|
||||
private void _ClearText()
|
||||
{
|
||||
wndOutputWindow.ClearText();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user