mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
* Source/NSScreen.m (dealloc): removed unneeded -removeObserver call.
This commit is contained in:
parent
50b7d772c2
commit
232b70967a
1 changed files with 0 additions and 1 deletions
|
@ -408,7 +408,6 @@ static NSMutableArray *screenArray = nil;
|
|||
// Release the memory for the depths array.
|
||||
- (void) dealloc
|
||||
{
|
||||
[[NSNotificationCenter defaultCenter] removeObserver: self];
|
||||
// _supportedWindowDepths can be NULL since it may or may not
|
||||
// be necessary to get this info. The most common use of NSScreen
|
||||
// is to get the depth and frame attributes.
|
||||
|
|
Loading…
Reference in a new issue