Remove unused 'window' variable from -[Cocoa_WindowListener windowWillExitFullScreen]

This commit is contained in:
Sam Lantinga 2024-01-01 13:15:39 -08:00
parent dd2d809407
commit a7b79c483c
1 changed files with 0 additions and 2 deletions

View File

@ -1212,8 +1212,6 @@ static SDL_bool Cocoa_IsZoomed(SDL_Window *window)
- (void)windowWillExitFullScreen:(NSNotification *)aNotification
{
SDL_Window *window = _data.window;
isFullscreenSpace = NO;
inFullscreenTransition = YES;
}