mirror of
https://github.com/yawut/SDL.git
synced 2026-08-11 03:25:32 -05:00
Removed unused variables
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user