use sfSponsorSignature

This commit is contained in:
tequ
2025-10-03 22:09:46 +09:00
parent 8d32b0f856
commit 1441abcf01
18 changed files with 255 additions and 521 deletions

View File

@@ -705,13 +705,6 @@ STObject::getFieldArray(SField const& field) const
return getFieldByConstRef<STArray>(field, empty);
}
STObject const&
STObject::getFieldObject(SField const& field) const
{
static STObject const empty(field);
return getFieldByConstRef<STObject>(field, empty);
}
STCurrency const&
STObject::getFieldCurrency(SField const& field) const
{