summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_context.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-05 21:04:22 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-05 21:04:22 +0000
commite3c8a0c16d5a2ffdb9d107dbb980427979a541f7 (patch)
tree0fa685015b9849b0cbf2e6b5e3dbda8926ee780a /src/mesa/swrast/s_context.c
parent3952d6d4bbb1f69a45f14a43b6b5f8e6a90a0e6f (diff)
remove obsolete CurrentBufferBit
Diffstat (limited to 'src/mesa/swrast/s_context.c')
-rw-r--r--src/mesa/swrast/s_context.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/swrast/s_context.c b/src/mesa/swrast/s_context.c
index 93f0c75969..0808876dab 100644
--- a/src/mesa/swrast/s_context.c
+++ b/src/mesa/swrast/s_context.c
@@ -599,11 +599,6 @@ _swrast_CreateContext( GLcontext *ctx )
swrast->AllowVertexFog = GL_TRUE;
swrast->AllowPixelFog = GL_TRUE;
- if (ctx->Visual.doubleBufferMode)
- swrast->CurrentBufferBit = BUFFER_BIT_BACK_LEFT;
- else
- swrast->CurrentBufferBit = BUFFER_FRONT_LEFT;
-
/* Optimized Accum buffer */
swrast->_IntegerAccumMode = GL_FALSE;
swrast->_IntegerAccumScaler = 0.0;