remove some debug code invalidated by prev check-in
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user