1
0

Bindings: Removed obsolete codegen files.

LuaState_Call.inc is no longer needed, it was replaced with variadic templates.
This commit is contained in:
Mattes D
2014-10-19 11:32:17 +02:00
parent 2874bf73be
commit fe153cc763
3 changed files with 0 additions and 237 deletions

View File

@@ -7,16 +7,6 @@ local default_private_access = false
-- Code generators used by the build
-- Note that these are not exactly needed for the bindings, but rather we
-- misuse tolua's Lua engine to process files for us
dofile("gen_LuaState_Call.lua")
local access = {public = 0, protected = 1, private = 2}
function preparse_hook(p)