unhook t_vb_arbprogram.c code - it's going away

This commit is contained in:
Brian
2007-04-16 10:58:30 -06:00
parent 64e8088667
commit 4b3835dadf
3 changed files with 19 additions and 14 deletions

View File

@@ -44,6 +44,20 @@
/**
* Called via ctx->Driver.ProgramStringNotify() after a new vertex program
* string has been parsed.
*/
void
_tnl_program_string(GLcontext *ctx, GLenum target, struct gl_program *program)
{
/* No-op.
* If we had derived anything from the program that was private to this
* stage we'd recompute/validate it here.
*/
}
/*!
* Private storage for the vertex program pipeline stage.
*/