mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
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:
parent
4df28fa92b
commit
b6fa239014
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue