mirror of
https://github.com/encounter/SDL.git
synced 2025-05-18 21:31:35 +00:00
Removed unused variable
This commit is contained in:
parent
be0cf257fe
commit
08d17f47b3
@ -935,8 +935,6 @@ Cocoa_UpdateClipCursor(SDL_Window * window)
|
||||
- (void)windowDidEnterFullScreen:(NSNotification *)aNotification
|
||||
{
|
||||
SDL_Window *window = _data.window;
|
||||
SDL_WindowData *data = (__bridge SDL_WindowData *) window->driverdata;
|
||||
NSWindow *nswindow = data.nswindow;
|
||||
|
||||
inFullscreenTransition = NO;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user