tnl: Remove unused NotifyInputChanges() tnl dd hook.
This commit is contained in:
@@ -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