r600: Remove duplicate assignment.

This commit is contained in:
Vinson Lee
2010-01-31 22:33:01 -08:00
parent 19af9ea792
commit 0df64f4bac
+1 -1
View 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);