Removed unused LogWindow::ShowConsole()
This commit is contained in:
parent
8cbe59cfa8
commit
b207c81fea
|
@ -36,11 +36,6 @@ namespace BizHawk.MultiClient
|
||||||
ShowDialog();
|
ShowDialog();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void ShowConsole()
|
|
||||||
{
|
|
||||||
Show();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void SetLogText(string str)
|
public void SetLogText(string str)
|
||||||
{
|
{
|
||||||
textBox1.Text = str;
|
textBox1.Text = str;
|
||||||
|
|
Loading…
Reference in New Issue