Cleanups.

This commit is contained in:
JoelKatz
2012-09-26 15:09:27 -07:00
parent d76f61a648
commit ad4952b958
2 changed files with 4 additions and 6 deletions

View File

@@ -169,10 +169,8 @@ bool STObject::isFieldAllowed(SField::ref field)
return false;
}
bool STObject::set(SOElement::ptrList elem, SerializerIterator& sit, int depth)
bool STObject::set(SerializerIterator& sit, int depth)
{ // return true = terminated with end-of-object
setType(elem);
mData.empty();
while (!sit.empty())
{