author | Ryan C. Gordon <icculus@icculus.org> |
Wed, 11 Jul 2012 22:04:19 -0400 | |
changeset 6359 | b2a768065c32 |
parent 6358 | 50fd16f3c975 |
child 6360 | efd48af40ec3 |
--- a/src/video/x11/SDL_x11opengl.c Wed Jul 11 20:56:15 2012 -0400 +++ b/src/video/x11/SDL_x11opengl.c Wed Jul 11 22:04:19 2012 -0400 @@ -424,7 +424,7 @@ /* 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 */