i965: remove unused var

This commit is contained in:
Brian Paul 2009-04-10 13:32:04 -06:00
parent 60ad4b0bf0
commit 4e96c81969

View file

@ -117,7 +117,6 @@ static void brwProgramStringNotify( GLcontext *ctx,
struct gl_program *prog )
{
struct brw_context *brw = brw_context(ctx);
struct intel_context *intel = &brw->intel;
if (target == GL_FRAGMENT_PROGRAM_ARB) {
struct gl_fragment_program *fprog = (struct gl_fragment_program *) prog;