summaryrefslogtreecommitdiff
path: root/src/mesa/shader
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-05-04 15:12:22 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-05-04 15:12:22 +0000
commit07281d37a7d37f9d5b49cee786dc158a0e5b48c6 (patch)
tree13f79d2846bacd7006105ed28643670d9e8ed616 /src/mesa/shader
parentbdd15b5749b45929fa642c3e47997f52eb07fbe5 (diff)
remove unneeded line
Diffstat (limited to 'src/mesa/shader')
-rw-r--r--src/mesa/shader/program.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/shader/program.c b/src/mesa/shader/program.c
index 63fc865339..2b458fe525 100644
--- a/src/mesa/shader/program.c
+++ b/src/mesa/shader/program.c
@@ -61,7 +61,6 @@ _mesa_init_program(GLcontext *ctx)
ctx->VertexProgram.Enabled = GL_FALSE;
ctx->VertexProgram.PointSizeEnabled = GL_FALSE;
ctx->VertexProgram.TwoSideEnabled = GL_FALSE;
- ctx->VertexProgram.Current = NULL;
ctx->VertexProgram.Current = (struct vertex_program *) ctx->Shared->DefaultVertexProgram;
assert(ctx->VertexProgram.Current);
ctx->VertexProgram.Current->Base.RefCount++;