comparison src/video/wincommon/SDL_wingl.c @ 4043:5c890883360f SDL-1.2

Removed unreferenced variable
author Sam Lantinga <slouken@libsdl.org>
date Wed, 11 Jul 2007 05:46:04 +0000
parents f9d0b64cc7b9
children 01dbf7134045
comparison
equal deleted inserted replaced
4042:f9d0b64cc7b9 4043:5c890883360f
170 int WIN_GL_SetupWindow(_THIS) 170 int WIN_GL_SetupWindow(_THIS)
171 { 171 {
172 int retval; 172 int retval;
173 #if SDL_VIDEO_OPENGL 173 #if SDL_VIDEO_OPENGL
174 int i; 174 int i;
175 unsigned int matching;
176 int iAttribs[64]; 175 int iAttribs[64];
177 int *iAttr; 176 int *iAttr;
178 float fAttribs[1] = { 0 }; 177 float fAttribs[1] = { 0 };
179 const GLubyte *(WINAPI *glGetStringFunc)(GLenum); 178 const GLubyte *(WINAPI *glGetStringFunc)(GLenum);
180 const char *wglext; 179 const char *wglext;