diff --git a/stepmania/src/XmlFileUtil.cpp b/stepmania/src/XmlFileUtil.cpp index 1c0fca3aad..627de5840f 100644 --- a/stepmania/src/XmlFileUtil.cpp +++ b/stepmania/src/XmlFileUtil.cpp @@ -660,13 +660,6 @@ namespace continue; } - if( lua_isstring(L, -1) && EndsWith(sName, "Command") ) - { - RString sExpression; - LuaHelpers::Pop( L, sExpression ); - LuaHelpers::ParseCommandList( L, sExpression, "" /* XXX */ ); - } - /* Otherwise, add an attribute. */ XNodeLuaValue *pValue = new XNodeLuaValue; pValue->SetValueFromStack( L );