Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Removed unreferenced variable
- Loading branch information
Showing
with
0 additions
and
1 deletion.
-
+0
−1
src/video/wincommon/SDL_wingl.c
|
@@ -172,7 +172,6 @@ int WIN_GL_SetupWindow(_THIS) |
|
|
int retval; |
|
|
#if SDL_VIDEO_OPENGL |
|
|
int i; |
|
|
unsigned int matching; |
|
|
int iAttribs[64]; |
|
|
int *iAttr; |
|
|
float fAttribs[1] = { 0 }; |
|
|