Unused.
This commit is contained in:
@@ -11,7 +11,6 @@ struct LuaFunctionList
|
|||||||
lua_CFunction func;
|
lua_CFunction func;
|
||||||
LuaFunctionList *next;
|
LuaFunctionList *next;
|
||||||
};
|
};
|
||||||
extern LuaFunctionList *g_LuaFunctionList;
|
|
||||||
|
|
||||||
#define LuaFunction( func, expr ) \
|
#define LuaFunction( func, expr ) \
|
||||||
int LuaFunc_##func( lua_State *L ) { \
|
int LuaFunc_##func( lua_State *L ) { \
|
||||||
|
|||||||
Reference in New Issue
Block a user