summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vp_build.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/tnl/t_vp_build.h')
-rw-r--r--src/mesa/tnl/t_vp_build.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/tnl/t_vp_build.h b/src/mesa/tnl/t_vp_build.h
index adcd8f1662..efe12e41a4 100644
--- a/src/mesa/tnl/t_vp_build.h
+++ b/src/mesa/tnl/t_vp_build.h
@@ -37,16 +37,6 @@
_NEW_FOG | \
_NEW_POINT)
-#if 0
-extern struct gl_vertex_program *
-_mesa_get_fixed_func_vertex_program(GLcontext *ctx);
-#endif
-
extern void _tnl_UpdateFixedFunctionProgram( GLcontext *ctx );
-#if 0
-extern void _tnl_ProgramCacheInit( GLcontext *ctx );
-extern void _tnl_ProgramCacheDestroy( GLcontext *ctx );
-#endif
-
#endif