Skip to content

Commit

Permalink
Removed unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 3, 2014
1 parent 0e5cc8d commit 3889d47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/cocoa/SDL_cocoawindow.m
Expand Up @@ -549,7 +549,6 @@ - (void)windowWillEnterFullScreen:(NSNotification *)aNotification
- (void)windowDidEnterFullScreen:(NSNotification *)aNotification
{
SDL_Window *window = _data->window;
NSWindow *nswindow = _data->nswindow;

inFullscreenTransition = NO;

Expand Down

0 comments on commit 3889d47

Please sign in to comment.