remove LuaXType2

This commit is contained in:
Glenn Maynard
2006-09-26 06:48:53 +00:00
parent b2a67c4340
commit 0709d5ee4d
-2
View File
@@ -170,8 +170,6 @@ const char *EnumTraits<X>::szName = #X; \
namespace LuaHelpers { bool FromStack( lua_State *L, X &Object, int iOffset ) { Object = Enum::Check<X>( L, iOffset ); return true; } } \
namespace LuaHelpers { void Push( const X &Object, lua_State *L ) { Enum::Push<X>( L, Object ); } }
#define LuaXType2 LuaXType
#endif
/*