remove special "Command" processing

This commit is contained in:
Glenn Maynard
2006-10-12 09:57:46 +00:00
parent 2c0b079412
commit fd2ff3481c
-7
View File
@@ -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 );