Remove 'removeObserver' call

This commit is contained in:
Gregory John Casamento 2020-06-14 06:22:57 -04:00
parent 32716a1216
commit 5c920907d7

View file

@ -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