summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Scheidegger <[email protected]>2009-05-24 01:18:31 +0200
committerRoland Scheidegger <[email protected]>2009-06-15 18:30:51 +0200
commit4ed2c0dddc5813cbbe08b73f96043b1c4b07d0bf (patch)
treed7f6b4b55dda595aff19eeaa6ae809f237d77e8a
parentf5888d9ca56ba68c01a4c9f111174650fac943aa (diff)
intel: fix (cosmetic) typo flag used twice
-rw-r--r--src/mesa/drivers/dri/intel/intel_clear.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_clear.c b/src/mesa/drivers/dri/intel/intel_clear.c
index 309ac1923bc..21f534d090b 100644
--- a/src/mesa/drivers/dri/intel/intel_clear.c
+++ b/src/mesa/drivers/dri/intel/intel_clear.c
@@ -134,7 +134,6 @@ intel_clear_tris(GLcontext *ctx, GLbitfield mask)
BUFFER_BIT_STENCIL)) == 0);
_mesa_PushAttrib(GL_COLOR_BUFFER_BIT |
- GL_CURRENT_BIT |
GL_DEPTH_BUFFER_BIT |
GL_ENABLE_BIT |
GL_POLYGON_BIT |