]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/misc.m
macosx: NSScreen(VLCAdditions) does not leak.
[vlc] / modules / gui / macosx / misc.m
index fe57179bc6570417461c169d94bfd4e74c4c5137..4d77a3824b94d39f8b7cfdbd67d1507ee8fff918 100644 (file)
@@ -132,13 +132,6 @@ static NSMutableArray *blackoutWindows = NULL;
     blackoutWindows = [[NSMutableArray alloc] initWithCapacity:1];
 }
 
-- (void)dealloc
-{
-    [blackoutWindows removeAllObjects];
-    [blackoutWindows release];
-    [super dealloc];
-}
-
 + (NSScreen *)screenWithDisplayID: (CGDirectDisplayID)displayID
 {
     int i;