Commit ec47c8fd authored by Sam Lantinga's avatar Sam Lantinga

Removed unreferenced variable

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402477
parent 7cfdd8ef
...@@ -172,7 +172,6 @@ int WIN_GL_SetupWindow(_THIS) ...@@ -172,7 +172,6 @@ int WIN_GL_SetupWindow(_THIS)
int retval; int retval;
#if SDL_VIDEO_OPENGL #if SDL_VIDEO_OPENGL
int i; int i;
unsigned int matching;
int iAttribs[64]; int iAttribs[64];
int *iAttr; int *iAttr;
float fAttribs[1] = { 0 }; float fAttribs[1] = { 0 };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment