summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/convolve.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/convolve.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/convolve.h')
-rw-r--r--src/mesa/main/convolve.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/convolve.h b/src/mesa/main/convolve.h
index afbc78a..812debd 100644
--- a/src/mesa/main/convolve.h
+++ b/src/mesa/main/convolve.h
@@ -33,9 +33,6 @@
struct _glapi_table;
-extern void
-_mesa_init_convolve_dispatch(struct _glapi_table *disp);
-
void GLAPIENTRY
_mesa_ConvolutionFilter1D(GLenum target, GLenum internalFormat, GLsizei width,
GLenum format, GLenum type, const GLvoid *image);