summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vp_build.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-31 12:34:09 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-31 12:34:09 -0600
commita35a2fc0d3aaa795a0088bfc390b98a033fc28de (patch)
treee9235a820fed399315daba5f6d8d9fe8c956ea34 /src/mesa/tnl/t_vp_build.h
parent8db4acc5547370761a9a489c947e9621adc8f945 (diff)
remove dead program cache code
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