mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Remove code per fred's suggestion
This commit is contained in:
parent
ae767541b1
commit
319c3677ff
1 changed files with 0 additions and 4 deletions
|
@ -603,10 +603,6 @@ static NSLock *_fontCollectionLock = nil;
|
|||
|
||||
- (void) setExclusionDescriptors: (NSArray *)exclusionDescriptors
|
||||
{
|
||||
NSMutableArray *qd = [[self queryDescriptors] mutableCopy];
|
||||
|
||||
[qd removeObjectsInArray: [self exclusionDescriptors]];
|
||||
[self setQueryDescriptors: [NSArray arrayWithArray: qd]];
|
||||
[_fontCollectionDictionary setObject: [exclusionDescriptors mutableCopy]
|
||||
forKey: @"NSFontExclusionDescriptorAttributes"];
|
||||
|
||||
|
|
Loading…
Reference in a new issue