Remove some unused code

This commit is contained in:
adelikat 2017-02-22 10:09:44 -06:00
parent ad4f904fd3
commit 7653b86f44
2 changed files with 0 additions and 3 deletions

View File

@ -49,7 +49,6 @@ namespace BizHawk.Client.EmuHawk
{
LuaWait = new AutoResetEvent(false);
Docs.Clear();
_caller = passed.Get();
// Register lua libraries
var libs = Assembly

View File

@ -112,8 +112,6 @@ namespace BizHawk.Client.EmuHawk
// Do nothing
}
public LuaConsole Get() { return this; }
public void ConsoleLog(string message)
{
OutputBox.Text += message + Environment.NewLine + Environment.NewLine;