Commit 21ea9050 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Removed call to lua_call - Bumped submodules.

parent ce7fea3a
Subproject commit c7f70cc73b22fd1f9c8e7299d657aef199b0b5bf Subproject commit 2c8859f8e61abd863d91d14a9ba6d5b1f65b3bc5
Subproject commit 2d0b7183fe3d64a0ab027d3a8ef5342f3105b358 Subproject commit ead739ddf2cce1f6db53330cee1bfae8db72234c
...@@ -284,11 +284,6 @@ namespace NLua ...@@ -284,11 +284,6 @@ namespace NLua
LuaCore.LuaPushNil (luaState); LuaCore.LuaPushNil (luaState);
} }
public static void LuaCall (LuaState luaState, int nArgs, int nResults)
{
LuaCore.LuaCall (luaState, nArgs, nResults);
}
public static void LuaPushStdCallCFunction (LuaState luaState, LuaNativeFunction function) public static void LuaPushStdCallCFunction (LuaState luaState, LuaNativeFunction function)
{ {
LuaCore.LuaPushStdCallCFunction (luaState, function); LuaCore.LuaPushStdCallCFunction (luaState, function);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment