diff options
author | Brian Paul <[email protected]> | 2000-02-12 16:44:24 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-02-12 16:44:24 +0000 |
commit | ef5d084d3c86beb132ddf9829d28ea78cb9f0197 (patch) | |
tree | b612723e39532d91707872628ecc9bd9620a9930 /src/mesa/glapi/glapitable.h | |
parent | e39ed58116bec6c938cbda42e2021ff29823a122 (diff) |
clean-up
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 }; |