mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 23:40:12 +01:00
i965: remove unused var
This commit is contained in:
parent
60ad4b0bf0
commit
4e96c81969
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue