diff options
author | Brian <[email protected]> | 2007-10-31 12:34:09 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-31 12:34:09 -0600 |
commit | a35a2fc0d3aaa795a0088bfc390b98a033fc28de (patch) | |
tree | e9235a820fed399315daba5f6d8d9fe8c956ea34 /src/mesa/tnl/t_vp_build.h | |
parent | 8db4acc5547370761a9a489c947e9621adc8f945 (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.h | 10 |
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 adcd8f1662a..efe12e41a41 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 |