EmuLuaLibrary - remove some commented code that should have been deleted

This commit is contained in:
adelikat 2015-01-01 19:19:51 +00:00
parent 29117dadbe
commit 72893a10f3
1 changed files with 0 additions and 10 deletions

View File

@ -50,17 +50,7 @@ namespace BizHawk.Client.EmuHawk
Docs.Clear();
_caller = passed.Get();
// what was this?
/*
var tt = typeof(TastudioLuaLibrary);
var mm = typeof(MainMemoryLuaLibrary);
var tatt = tt.GetCustomAttributes(typeof(LuaLibraryAttributes), false);
var matt = mm.GetCustomAttributes(typeof(LuaLibraryAttributes), false);
*/
// Register lua libraries
// why sealed ones only?
var libs = Assembly
.Load("BizHawk.Client.Common")
.GetTypes()