From d245a15fe2ef4aff0e29c1f9348f5b26295d64aa Mon Sep 17 00:00:00 2001 From: Sander van Dijk Date: Sat, 2 Mar 2013 13:13:47 +0000 Subject: [PATCH] oops git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@832 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Quake/gl_vidsdl.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Quake/gl_vidsdl.c b/Quake/gl_vidsdl.c index 78ebba5d..80a633ed 100644 --- a/Quake/gl_vidsdl.c +++ b/Quake/gl_vidsdl.c @@ -711,9 +711,6 @@ void GL_EndRendering (void) { if (!scr_skipupdate) SDL_GL_SwapBuffers(); - - if (fullsbardraw) - Sbar_Changed(); } @@ -1002,9 +999,6 @@ void VID_Init (void) vid_menudrawfn = VID_MenuDraw; vid_menukeyfn = VID_MenuKey; - if (COM_CheckParm("-fullsbar")) - fullsbardraw = true; - VID_Gamma_Init(); //johnfitz VID_Menu_Init(); //johnfitz