summaryrefslogtreecommitdiff
path: root/src/renderergl1
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderergl1')
-rw-r--r--src/renderergl1/tr_init.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/renderergl1/tr_init.c b/src/renderergl1/tr_init.c
index 8e0cb655..80b645ab 100644
--- a/src/renderergl1/tr_init.c
+++ b/src/renderergl1/tr_init.c
@@ -800,16 +800,6 @@ void GL_SetDefaultState( void )
qglEnable( GL_SCISSOR_TEST );
qglDisable( GL_CULL_FACE );
qglDisable( GL_BLEND );
-
- qglColorMask( GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE );
- qglClearColor( 0.0f, 0.0f, 0.0f, 1.0f );
- qglClearDepth( 1.0 );
-
- qglDrawBuffer( GL_FRONT );
- qglClear( GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT|GL_ACCUM_BUFFER_BIT|GL_STENCIL_BUFFER_BIT );
-
- qglDrawBuffer( GL_BACK );
- qglClear( GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT|GL_ACCUM_BUFFER_BIT|GL_STENCIL_BUFFER_BIT );
}
/*