mirror of https://github.com/libsdl-org/SDL
Remove unused 'window' variable from -[Cocoa_WindowListener windowWillExitFullScreen]
This commit is contained in:
parent
dd2d809407
commit
a7b79c483c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue