From 8dbddbd097277ce8a8ab85d666bf2fe54813de4c Mon Sep 17 00:00:00 2001 From: sezero Date: Thu, 22 Dec 2011 23:10:25 +0000 Subject: [PATCH] removed support for the -mode argument from gl_vidsdl.c git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@535 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Quake/gl_vidsdl.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Quake/gl_vidsdl.c b/Quake/gl_vidsdl.c index 708f9670..26dfd3d0 100644 --- a/Quake/gl_vidsdl.c +++ b/Quake/gl_vidsdl.c @@ -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) {