tnl: Remove unused NotifyInputChanges() tnl dd hook.

This commit is contained in:
Eric Anholt
2009-11-17 11:15:13 -08:00
parent f56b95e407
commit abed06421b
2 changed files with 0 additions and 9 deletions

View File

@@ -86,10 +86,6 @@ static GLuint check_input_changes( GLcontext *ctx )
}
}
if (tnl->pipeline.input_changes &&
tnl->Driver.NotifyInputChanges)
tnl->Driver.NotifyInputChanges( ctx, tnl->pipeline.input_changes );
return tnl->pipeline.input_changes;
}