Removed unused LogWindow::ShowConsole()

This commit is contained in:
taotao54321 2012-03-09 21:22:52 +00:00
parent 8cbe59cfa8
commit b207c81fea
1 changed files with 0 additions and 5 deletions

View File

@ -36,11 +36,6 @@ namespace BizHawk.MultiClient
ShowDialog();
}
public void ShowConsole()
{
Show();
}
public void SetLogText(string str)
{
textBox1.Text = str;