Remove some unused code
This commit is contained in:
parent
ad4f904fd3
commit
7653b86f44
|
@ -49,7 +49,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
LuaWait = new AutoResetEvent(false);
|
||||
Docs.Clear();
|
||||
_caller = passed.Get();
|
||||
|
||||
// Register lua libraries
|
||||
var libs = Assembly
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue