]> granicus.if.org Git - icinga2/blobdiff - lib/icinga/compatutility.hpp
Fix missing custom attributes in backends if name is equal to object attribute
[icinga2] / lib / icinga / compatutility.hpp
index 669c5fe105acf10870e11b04a0de8191dcc38226..edba4b9f94e145ce6bb71185273ff0866fe2c314 100644 (file)
@@ -103,7 +103,6 @@ public:
        static std::set<UserGroup::Ptr> GetCheckableNotificationUserGroups(const Checkable::Ptr& checkable);
 
        /* custom attribute */
-       static bool IsLegacyAttribute(const CustomVarObject::Ptr& object, const String& name);
        static String GetCustomAttributeConfig(const CustomVarObject::Ptr& object, const String& name);
        static Dictionary::Ptr GetCustomAttributeConfig(const CustomVarObject::Ptr& object);