changeset 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 009d85e98922
files src/video/wincommon/SDL_wingl.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/wincommon/SDL_wingl.c	Wed Jul 11 05:43:39 2007 +0000
+++ b/src/video/wincommon/SDL_wingl.c	Wed Jul 11 05:46:04 2007 +0000
@@ -172,7 +172,6 @@
 	int retval;
 #if SDL_VIDEO_OPENGL
 	int i;
-	unsigned int matching;
 	int iAttribs[64];
 	int *iAttr;
 	float fAttribs[1] = { 0 };