remove unneeded line
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 4 May 2004 15:12:22 +0000 (15:12 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 4 May 2004 15:12:22 +0000 (15:12 +0000)
src/mesa/shader/program.c

index 63fc8653399abb759a64367be291aa5844b7d8b6..2b458fe525a6f885d637fc8d11aeb2b1ef811724 100644 (file)
@@ -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++;