From 042a333028eba49f21b45cafaf9dd15d34c68033 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Thu, 9 Sep 2010 18:59:49 -0400 Subject: Revert "glapi: Implement optional dispatch logging" This reverts commit b9abc6139a310677a37754ea7172d976dbf56979 and the follow on fixes (7aae704 and 6fe1b47). It's changing the glapi/driver ABI and causes a number of problems for debug/non-debug builds. --- src/mesa/main/context.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mesa/main/context.h') diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 142243f5ee..c61da62826 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -145,9 +145,6 @@ extern GLboolean _mesa_make_current( GLcontext *ctx, GLframebuffer *drawBuffer, GLframebuffer *readBuffer ); -extern void -_mesa_set_dispatch(void *table); - extern GLboolean _mesa_share_state(GLcontext *ctx, GLcontext *ctxToShare); -- cgit v1.2.3