From 04b34020fb1aec43ac575fdae8705518df2c9eb2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 6 Oct 2006 01:18:23 +0000 Subject: [PATCH] remove unused "type" --- stepmania/src/LuaBinding.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/LuaBinding.cpp b/stepmania/src/LuaBinding.cpp index 1a53d48c25..8618697c9f 100644 --- a/stepmania/src/LuaBinding.cpp +++ b/stepmania/src/LuaBinding.cpp @@ -109,9 +109,6 @@ void LuaBinding::Register( lua_State *L ) lua_pushstring( L, GetClassName() ); lua_setfield( L, methods_metatable, "class" ); - lua_pushstring( L, GetClassName() ); - lua_setfield( L, metatable, "type" ); - lua_pushstring( L, GetClassName() ); LuaHelpers::PushValueFunc( L, 1 ); lua_setfield( L, metatable, "__type" ); // for luaL_pushtype