diff --git a/src/ui/CSimpleFrame.cpp b/src/ui/CSimpleFrame.cpp index 7a5e945..6859567 100644 --- a/src/ui/CSimpleFrame.cpp +++ b/src/ui/CSimpleFrame.cpp @@ -762,7 +762,6 @@ void CSimpleFrame::LoadXML_Attributes(XMLNode* node, CStatus* status) { // TODO: LUA Tainted Logic attribute->luaRef = luaL_ref(L, LUA_REGISTRYINDEX); - s_testMap[name] = attribute->luaRef; child = child->m_next; }