mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 09:51:08 +00:00
Remove 'removeObserver' call
This commit is contained in:
parent
32716a1216
commit
5c920907d7
1 changed files with 0 additions and 2 deletions
|
@ -227,7 +227,6 @@ static NSNotificationCenter *nc = nil;
|
|||
+ (void) _removeConstraint: (NSLayoutConstraint *)constraint
|
||||
{
|
||||
[activeConstraints removeObject: constraint];
|
||||
[nc removeObserver: constraint];
|
||||
}
|
||||
|
||||
+ (NSArray *) constraintsWithVisualFormat: (NSString *)fmt
|
||||
|
@ -568,4 +567,3 @@ static NSNotificationCenter *nc = nil;
|
|||
}
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue