Delete more stuff

This commit is contained in:
adelikat 2017-02-22 10:12:14 -06:00
parent f35717aae2
commit 5d4c8020c2
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ namespace BizHawk.Client.EmuHawk
public class EmuLuaLibrary
{
private readonly Dictionary<Type, LuaLibraryBase> Libraries = new Dictionary<Type, LuaLibraryBase>();
private readonly LuaConsole _caller;
private Lua _lua = new Lua();
private Lua _currThread;