From 57d719afb1663da1c0b8272d01036be6816e4402 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 12 Oct 2006 15:55:04 +0000 Subject: remove some debug code invalidated by prev check-in --- src/mesa/glapi/glapi.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/mesa/glapi') diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c index 2b67b6ab5b..be5a7fe6ba 100644 --- a/src/mesa/glapi/glapi.c +++ b/src/mesa/glapi/glapi.c @@ -997,13 +997,6 @@ _glapi_check_table(const struct _glapi_table *table) assert(blendColorOffset == _gloffset_BlendColor); assert(blendColorOffset == offset); } - { - GLuint istextureOffset = _glapi_get_proc_offset("glIsTextureEXT"); - char *istextureFunc = (char*) &table->IsTextureEXT; - GLuint offset = (istextureFunc - (char *) table) / sizeof(void *); - assert(istextureOffset == _gloffset_IsTextureEXT); - assert(istextureOffset == offset); - } { GLuint secondaryColor3fOffset = _glapi_get_proc_offset("glSecondaryColor3fEXT"); char *secondaryColor3fFunc = (char*) &table->SecondaryColor3fEXT; -- cgit v1.2.3