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

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@107 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2010-03-07 07:35:39 +00:00
parent 4df28fa92b
commit b6fa239014

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");