CPropertyModel: Remove unimplemented prototype

Cleaner interface.
This commit is contained in:
Lioncache
2025-12-09 15:51:37 -05:00
parent da5197b6c4
commit 4c5d15c1c0

View File

@@ -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;