summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/eval.h
diff options
context:
space:
mode:
authorPaul Berry <stereotype441@gmail.com>2012-10-31 14:13:16 -0700
committerPaul Berry <stereotype441@gmail.com>2012-11-06 12:57:46 -0800
commit91b828ea740daa0bff6abb7da03dd18594016091 (patch)
tree23092e8f278c403bd0e6af2f680272e8f634aabc /src/mesa/main/eval.h
parent98874ec30b3db83454cc55bbdda910a0ec16ff53 (diff)
downloadexternal_mesa3d-91b828ea740daa0bff6abb7da03dd18594016091.zip
external_mesa3d-91b828ea740daa0bff6abb7da03dd18594016091.tar.gz
external_mesa3d-91b828ea740daa0bff6abb7da03dd18594016091.tar.bz2
dispatch: Delete unused init_dispatch functions.
The new code-generated version of _mesa_create_exec_table() populates the entire dispatch table (except for dynamic functions) by itself; it no longer calls separate functions to initialize parts of the dispatch table. This patch removes those no-longer-needed functions. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/mesa/main/eval.h')
-rw-r--r--src/mesa/main/eval.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/eval.h b/src/mesa/main/eval.h
index 311afd5..1b6c704 100644
--- a/src/mesa/main/eval.h
+++ b/src/mesa/main/eval.h
@@ -78,9 +78,6 @@ extern void
_mesa_install_eval_vtxfmt(struct _glapi_table *disp,
const GLvertexformat *vfmt);
-extern void
-_mesa_init_eval_dispatch(struct _glapi_table *disp);
-
extern void _mesa_init_eval( struct gl_context *ctx );
extern void _mesa_free_eval_data( struct gl_context *ctx );