mesa: remove the unused _mesa_UpdateTexEnvProgram() function
[mesa.git] / src / mesa / main / texenvprogram.h
index a7aa60cf374016821d6096b935bbcedd2f3720e4..0a162d2e7a2181232f3e7a06c2d8b36b9cd048fd 100644 (file)
@@ -32,6 +32,4 @@
 extern struct gl_fragment_program *
 _mesa_get_fixed_func_fragment_program(GLcontext *ctx);
 
-extern void _mesa_UpdateTexEnvProgram( GLcontext *ctx );
-
 #endif