mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-02-25 15:06:45 +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…
Reference in a new issue