From 5af6eacc4aea1e8d8b8c3617e107e57dd56d2d94 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 11 Jul 2007 05:46:04 +0000 Subject: [PATCH] Removed unreferenced variable --- src/video/wincommon/SDL_wingl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video/wincommon/SDL_wingl.c b/src/video/wincommon/SDL_wingl.c index 235a11116..88ceffce7 100644 --- a/src/video/wincommon/SDL_wingl.c +++ b/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 };