diff options
Diffstat (limited to 'src/mesa/glapi/glapitable.h')
-rw-r--r-- | src/mesa/glapi/glapitable.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mesa/glapi/glapitable.h b/src/mesa/glapi/glapitable.h index ecdbb5d35b6..cd4349536f9 100644 --- a/src/mesa/glapi/glapitable.h +++ b/src/mesa/glapi/glapitable.h @@ -1,4 +1,4 @@ -/* $Id: glapitable.h,v 1.9 2000/02/11 21:14:28 brianp Exp $ */ +/* $Id: glapitable.h,v 1.10 2000/02/12 16:44:24 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -44,9 +44,6 @@ #include "GL/gl.h" -#define _GLAPI_EXTRA_SLOTS 1000 - - /* * This struct contains pointers for all the GL API entrypoints * plus some reserved slots for dynamic extensions. @@ -851,9 +848,6 @@ struct _glapi_table void (*MultTransposeMatrixdARB)(const GLdouble m[16]); void (*MultTransposeMatrixfARB)(const GLfloat m[16]); -#if 0 - void *ExtensionFuncs[_GLAPI_EXTRA_SLOTS]; -#endif }; |