GenericStructProperty: remove a redundant function.

This commit is contained in:
Guillaume Jacquemin 2021-09-25 15:46:01 +02:00
parent 9bc4aaf66b
commit 0c257bcfa6
1 changed files with 0 additions and 4 deletions

View File

@ -36,9 +36,5 @@ struct GenericStructProperty : public StructProperty {
return nullptr;
}
auto props() -> Containers::ArrayView<UnrealPropertyBase::ptr> {
return properties;
}
Containers::Array<UnrealPropertyBase::ptr> properties;
};