From 4c5d15c1c04d63cd36e780e9e551ce05fb277381 Mon Sep 17 00:00:00 2001 From: Lioncache Date: Tue, 9 Dec 2025 15:51:37 -0500 Subject: [PATCH] CPropertyModel: Remove unimplemented prototype Cleaner interface. --- src/Editor/PropertyEdit/CPropertyModel.h | 1 - 1 file changed, 1 deletion(-) 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;