From 595e27dafd76ca9970ea9ec048f04ac8483fbc41 Mon Sep 17 00:00:00 2001 From: Max Lyon Date: Tue, 2 Jun 2020 10:51:52 +0200 Subject: [PATCH] remove recommendation to not use PropertyManager constructors directly --- src/OpenMesh/Core/Utils/PropertyManager.hh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/OpenMesh/Core/Utils/PropertyManager.hh b/src/OpenMesh/Core/Utils/PropertyManager.hh index 3a36a9aa..b1726a36 100644 --- a/src/OpenMesh/Core/Utils/PropertyManager.hh +++ b/src/OpenMesh/Core/Utils/PropertyManager.hh @@ -56,10 +56,6 @@ namespace OpenMesh { * It also defines convenience operators to access the encapsulated * property's value. * - * It is recommended to use the factory functions - * makeTemporaryProperty(), getProperty(), and getOrMakeProperty() - * to construct a PropertyManager, e.g. - * * Note that the second template parameter is depcretated. * * \code