Remove unused variables

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7893 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 1a8e79eb936fe825409ff0bfb2285d8332ffcb5c
Former-commit-id: d486868efb3035b0d41281b11c8c393e3dca2d6d
This commit is contained in:
beaglejoe 2022-01-09 22:51:47 +00:00
parent c265348cf8
commit 6e4000429b

View file

@ -245,7 +245,7 @@ static void gfuiInitialWindowedPosition(int displayId, SDL_Window* window )
SDL_DisplayMode mode;
if(SDL_GetCurrentDisplayMode(displayId, &mode) == 0)
{
int top = 0, left = 0, bottom = 0, right = 0, width = 0, height = 0, x = 0, y = 0;
int top = 0, left = 0, bottom = 0, right = 0, x = 0, y = 0;
SDL_Rect rect;
SDL_GetDisplayBounds(displayId, &rect);