remove some debug code invalidated by prev check-in
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 12 Oct 2006 15:55:04 +0000 (15:55 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 12 Oct 2006 15:55:04 +0000 (15:55 +0000)
src/mesa/glapi/glapi.c

index 2b67b6a..be5a7fe 100644 (file)
@@ -998,13 +998,6 @@ _glapi_check_table(const struct _glapi_table *table)
       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;
       GLuint offset = (secondaryColor3fFunc - (char *) table) / sizeof(void *);