mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-26 15:58:41 +00:00
Remove unused 'window' variable from -[Cocoa_WindowListener windowWillExitFullScreen]
This commit is contained in:
parent
dd2d809407
commit
a7b79c483c
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue