From b6fa2390146dc8804efa7a4e6421426229540cf7 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sun, 7 Mar 2010 07:35:39 +0000 Subject: [PATCH] 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 --- Quake/gl_vidsdl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Quake/gl_vidsdl.c b/Quake/gl_vidsdl.c index 53cc5ee2..cc7223d8 100644 --- a/Quake/gl_vidsdl.c +++ b/Quake/gl_vidsdl.c @@ -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");