Removed unused variable to silence compiler warning.

This commit is contained in:
Ryan C. Gordon 2012-07-11 22:04:19 -04:00
parent 1188abbae2
commit e3e3adf168

View file

@ -424,7 +424,7 @@ X11_GL_GetVisual(_THIS, Display * display, int screen)
/* 64 seems nice. */
int attribs[64];
int i = X11_GL_GetAttributes(_this,display,screen,attribs,64,SDL_FALSE);
X11_GL_GetAttributes(_this,display,screen,attribs,64,SDL_FALSE);
if (!_this->gl_data) {
/* The OpenGL library wasn't loaded, SDL_GetError() should have info */