mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
e558366e5a
commit
d3dc69d805
1 changed files with 0 additions and 4 deletions
|
@ -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...
|
||||
|
|
Loading…
Reference in a new issue