Drop dead CompatUtility::GetCustomAttributeConfig

This commit is contained in:
Michael Friedrich 2017-12-06 15:42:39 +01:00
parent cbea0c13f5
commit b5f5d167dc
2 changed files with 0 additions and 11 deletions

View File

@ -244,16 +244,6 @@ Dictionary::Ptr CompatUtility::GetCustomAttributeConfig(const CustomVarObject::P
return vars;
}
String CompatUtility::GetCustomAttributeConfig(const CustomVarObject::Ptr& object, const String& name)
{
Dictionary::Ptr vars = object->GetVars();
if (!vars)
return Empty;
return vars->Get(name);
}
/* notifications */
int CompatUtility::GetCheckableNotificationLastNotification(const Checkable::Ptr& checkable)
{

View File

@ -79,7 +79,6 @@ public:
static std::set<UserGroup::Ptr> GetCheckableNotificationUserGroups(const Checkable::Ptr& checkable);
/* custom attribute */
static String GetCustomAttributeConfig(const CustomVarObject::Ptr& object, const String& name);
static Dictionary::Ptr GetCustomAttributeConfig(const CustomVarObject::Ptr& object);
/* check result */