remove transition

This commit is contained in:
Glenn Maynard
2006-08-02 04:16:21 +00:00
parent 61a11c267a
commit 4b209ff64d
-2
View File
@@ -19,8 +19,6 @@ int LuaFunc_##func( lua_State *L ) { \
} \
static LuaFunctionList g_##func( #func, LuaFunc_##func ); /* register it */
#define LuaFunction_NoArgs LuaFunction /* compat */
#endif
/*