mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Remove unused 'window' variable from -[Cocoa_WindowListener windowWillExitFullScreen]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user