diff --git a/src/Editor/PropertyEdit/CPropertyModel.h b/src/Editor/PropertyEdit/CPropertyModel.h index e125ad92..165f9b2b 100644 --- a/src/Editor/PropertyEdit/CPropertyModel.h +++ b/src/Editor/PropertyEdit/CPropertyModel.h @@ -53,7 +53,6 @@ public: void ArrayAboutToBeResized(const QModelIndex& rkIndex, uint32 NewSize); void ArrayResized(const QModelIndex& rkIndex, uint32 OldSize); - void ResizeArray(const QModelIndex& rkIndex, uint32 NewSize); void ClearSlot(int ID); EPropertyType GetEffectiveFieldType(IProperty* pProperty) const;