summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-10-12 15:55:04 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-10-12 15:55:04 +0000
commit57d719afb1663da1c0b8272d01036be6816e4402 (patch)
treee05a03976fb2696c15944497476be548c7774388 /src/mesa/glapi
parentf3f51bc844c8749250724d164722402cb9a07dc7 (diff)
remove some debug code invalidated by prev check-in
Diffstat (limited to 'src/mesa/glapi')
-rw-r--r--src/mesa/glapi/glapi.c7
1 files changed, 0 insertions, 7 deletions
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
@@ -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 *);