summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/program.c
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-10-09 15:33:21 -0700
committerEric Anholt <[email protected]>2012-10-15 11:53:24 -0700
commit8b2fe73897b1d50fd99de3f66bf78fe3fc44bfee (patch)
treed6962d362f4a4fa3c5e31499f3860255f4a269d0 /src/mesa/program/program.c
parentcb9a1bf316c1cb9a4273311e93d6bfa4d6e345c2 (diff)
mesa: Remove miscellaneous remains of NV_vertex_program.
v2: Rebase on top of get.c changes. Reviewed-by: Brian Paul <[email protected]> (v1)
Diffstat (limited to 'src/mesa/program/program.c')
-rw-r--r--src/mesa/program/program.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/program/program.c b/src/mesa/program/program.c
index 80fc649f54b..c97c696691e 100644
--- a/src/mesa/program/program.c
+++ b/src/mesa/program/program.c
@@ -504,7 +504,6 @@ _mesa_clone_program(struct gl_context *ctx, const struct gl_program *prog)
const struct gl_vertex_program *vp = gl_vertex_program_const(prog);
struct gl_vertex_program *vpc = gl_vertex_program(clone);
vpc->IsPositionInvariant = vp->IsPositionInvariant;
- vpc->IsNVProgram = vp->IsNVProgram;
}
break;
case GL_FRAGMENT_PROGRAM_ARB: