From b554cf9d9e75434b82da4bc0847de44c639f91fc Mon Sep 17 00:00:00 2001 From: VDm Date: Mon, 11 Aug 2025 01:33:20 +0400 Subject: [PATCH] fix(ui): remove testing artifact --- src/ui/CSimpleFrame.cpp | 1 - 1 file changed, 1 deletion(-) 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; }