remove an unused method

This commit is contained in:
adelikat 2022-11-23 10:11:45 -06:00
parent 683aa263a0
commit 392d126173
1 changed files with 0 additions and 5 deletions

View File

@ -109,11 +109,6 @@ namespace BizHawk.Client.EmuHawk
append(str, true);
}
public void Append(string str)
{
append(str, false);
}
private void BtnClear_Click(object sender, EventArgs e)
{
lock (_lines)