gl_vidsdl.c (VID_Init): Removed the gldir variable, not used anymore.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@107 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-03-07 07:35:39 +00:00
parent a1f4730338
commit 12dfc720c4

View file

@ -1184,7 +1184,6 @@ void VID_Init (void)
const SDL_VideoInfo *info;
int i, existingmode;
int basenummodes, width, height, bpp, findbpp, done;
char gldir[MAX_OSPATH];
//johnfitz -- clean up init readouts
//Con_Printf("------------- Init Video -------------\n");