Removed NSPriority from containsValueForKey:, the method checks for the name with the NS prefix as well as it is not needed

This commit is contained in:
Gregory John Casamento 2020-06-14 04:46:52 -04:00
parent e558366e5a
commit d3dc69d805

View file

@ -3237,10 +3237,6 @@ didStartElement: (NSString*)elementName
{
hasValue = [currentElement attributeForKey: @"selectedItem"] != nil;
}
else if ([@"NSPriority" isEqualToString: key])
{
hasValue = [currentElement attributeForKey: @"priority"] != nil;
}
else if ([XmlKeysDefined containsObject: key])
{
// These are arbitrarily defined through hard-coding...