disable _mesa_init_shaderobjects_3dlabs() call until build is fixed

This commit is contained in:
Brian Paul 2005-03-26 19:45:08 +00:00
parent 7d4abc9b3a
commit 32e845f05e

View file

@ -1177,6 +1177,8 @@ _mesa_init_shaderobjects (GLcontext *ctx)
{
ctx->ShaderObjects.current_program = NULL;
#if 0 /* DISABLE FOR NOW */
_mesa_init_shaderobjects_3dlabs (ctx);
#endif
}