tnl: Remove unused NotifyInputChanges() tnl dd hook.
This commit is contained in:
@@ -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
|
||||
***/
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user