From ab4c549378cc2e355e24b8cd3a4cbf28434fd6a8 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 17 Jan 2013 16:39:27 -0800 Subject: mesa: Initially populate the display list with the exec list. This cuts out a ton of code to make functions not set to a save_ variant match. Reviewed-by: Brian Paul Reviewed-by: Ian Romanick --- src/mesa/main/queryobj.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/main/queryobj.h') diff --git a/src/mesa/main/queryobj.h b/src/mesa/main/queryobj.h index 78cbfc29455..0616c943e70 100644 --- a/src/mesa/main/queryobj.h +++ b/src/mesa/main/queryobj.h @@ -43,10 +43,6 @@ _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) extern void _mesa_init_query_object_functions(struct dd_function_table *driver); -extern void -_mesa_init_queryobj_dispatch(const struct gl_context *ctx, - struct _glapi_table *disp); - extern void _mesa_init_queryobj(struct gl_context *ctx); -- cgit v1.2.3