From 07281d37a7d37f9d5b49cee786dc158a0e5b48c6 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 4 May 2004 15:12:22 +0000 Subject: remove unneeded line --- src/mesa/shader/program.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/shader/program.c') 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++; -- cgit v1.2.3