remove unused

This commit is contained in:
Glenn Maynard
2006-10-14 22:36:16 +00:00
parent 82233e2ae7
commit 9fc246d64c
-4
View File
@@ -186,10 +186,6 @@ LuaManager::~LuaManager()
g_FreeStateList.clear();
}
/* Keep track of Lua stack, and enforce that when we release Lua, the stack is
* back where it was when we locked it. */
static int g_iStackCounts[32];
static int g_iNumStackCounts = 0;
Lua *LuaManager::Get()
{
m_pLock->Lock();