# HG changeset patch # User Sam Lantinga # Date 1184132764 0 # Node ID 5c890883360f45b5fc10c2adce48af1899428c2b # Parent f9d0b64cc7b944cf2acc88c55f637ec21117f5ec Removed unreferenced variable diff -r f9d0b64cc7b9 -r 5c890883360f src/video/wincommon/SDL_wingl.c --- 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 };