From 91b828ea740daa0bff6abb7da03dd18594016091 Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Wed, 31 Oct 2012 14:13:16 -0700 Subject: 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 Reviewed-by: Matt Turner --- src/mesa/main/bufferobj.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/main/bufferobj.h') diff --git a/src/mesa/main/bufferobj.h b/src/mesa/main/bufferobj.h index e47815de66b..4d5446ac082 100644 --- a/src/mesa/main/bufferobj.h +++ b/src/mesa/main/bufferobj.h @@ -152,8 +152,4 @@ void GLAPIENTRY _mesa_InvalidateBufferData(GLuint buffer); -extern void -_mesa_init_bufferobj_dispatch(struct gl_context *ctx, - struct _glapi_table *disp); - #endif -- cgit v1.2.3