Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 27, 2012
1 parent f3e920c commit a5fc85c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/video/x11/SDL_x11window.c
Expand Up @@ -991,8 +991,6 @@ X11_BeginWindowFullscreenLegacy(_THIS, SDL_Window * window, SDL_VideoDisplay * _
const int screen = displaydata->screen;
Window root = RootWindow(display, screen);
const int def_vis = (visual == DefaultVisual(display, screen));
const int w = maxint(window->w, _display->current_mode.w);
const int h = maxint(window->h, _display->current_mode.h);
unsigned long xattrmask = 0;
XSetWindowAttributes xattr;
XEvent ev;
Expand Down

0 comments on commit a5fc85c

Please sign in to comment.