mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
Remove errant comment
This commit is contained in:
parent
22fa2f21ea
commit
3a027a7eba
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ static NSLock *_fontCollectionLock = nil;
|
|||
[[NSFileManager defaultManager] removeFileAtPath: [self _fullFileName]
|
||||
handler: nil];
|
||||
|
||||
// Remove the color list from the global list of colors
|
||||
// Remove the collection from the global list of font collections
|
||||
[_fontCollectionLock lock];
|
||||
NSString *name = [[[self _fullFileName] lastPathComponent] stringByDeletingPathExtension];
|
||||
[_availableFontCollections removeObjectForKey: name];
|
||||
|
|
Loading…
Reference in a new issue