remove an unused method
This commit is contained in:
parent
683aa263a0
commit
392d126173
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue