removed support for the -mode argument from gl_vidsdl.c

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@535 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2011-12-22 23:10:25 +00:00
parent 1089ae52a2
commit 359e770d65

View file

@ -1265,14 +1265,6 @@ void VID_Init (void)
}
}
p = COM_CheckParm("-mode");
if (p && p < com_argc-1)
{
i = Q_atoi(com_argv[p+1]);
if (i > 0 && i < nummodes)
vid_default = i;
}
// Try to find a mode with matching width, height and bpp
if (vid_default == NO_MODE)
{