mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 19:38:14 +00:00
Removed unused variable
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user