Revert "Address the poor performance of the existing unique-name generation (#17944)"
This reverts commit 83202d8ad6.
# Conflicts:
# src/Base/Tools.cpp
# src/Base/Tools.h
This commit is contained in:
committed by
Yorik van Havre
parent
844d88fb7a
commit
a2c980f7d6
@@ -182,8 +182,6 @@ public:
|
||||
const char* getPropertyName(const Property* prop) const override;
|
||||
/// get all properties of the class (including properties of the parent)
|
||||
void getPropertyMap(std::map<std::string, Property*>& Map) const override;
|
||||
/// See PropertyContainer::visitProperties for semantics
|
||||
void visitProperties(std::function<void(Property*)> visitor) const override;
|
||||
/// get all properties of the class (including properties of the parent)
|
||||
void getPropertyList(std::vector<Property*>& List) const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user