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
-5
View File
@@ -402,11 +402,6 @@ struct tnl_device_driver
/* Alert tnl-aware drivers of changes to material.
*/
void (*NotifyInputChanges)(GLcontext *ctx, GLuint bitmask);
/* Alert tnl-aware drivers of changes to size and stride of input
* arrays.
*/
/***
*** Rendering -- These functions called only from t_vb_render.c
***/
-4
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;
}