r600: Remove duplicate assignment.
authorVinson Lee <vlee@vmware.com>
Mon, 1 Feb 2010 06:33:01 +0000 (22:33 -0800)
committerVinson Lee <vlee@vmware.com>
Mon, 1 Feb 2010 06:33:01 +0000 (22:33 -0800)
src/mesa/drivers/dri/r600/r700_vertprog.c

index 782f151..618f7e1 100644 (file)
@@ -647,7 +647,7 @@ GLboolean r700SetupVertexProgram(GLcontext * ctx)
         /* _mesa_reference_program has already checked glsl shProg is ok and set ctx->VertexProgem._Current */
         /* so, use ctx->VertexProgem._Current */       
         struct gl_program_parameter_list *paramListOrginal = 
-                         paramListOrginal = ctx->VertexProgram._Current->Base.Parameters;
+                         ctx->VertexProgram._Current->Base.Parameters;
          
            _mesa_load_state_parameters(ctx, paramList);