Removed unused variable.

main
Ryan C. Gordon 2014-03-02 22:55:12 -05:00
parent 0e5cc8dff4
commit 3889d47887
1 changed files with 0 additions and 1 deletions

View File

@ -549,7 +549,6 @@ SetWindowStyle(SDL_Window * window, unsigned int style)
- (void)windowDidEnterFullScreen:(NSNotification *)aNotification
{
SDL_Window *window = _data->window;
NSWindow *nswindow = _data->nswindow;
inFullscreenTransition = NO;