diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 1999-10-16 11:27:02 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 1999-10-16 11:27:02 +0000 |
commit | b80429e49ef62686792e2f95c8f52b5e6c8a59a9 (patch) | |
tree | 5e0c7165d7255759269d3cd2009836c423e15b3f /include | |
parent | c6dddaa692ddf1cce7b90b8a2f8aab12614de196 (diff) |
removed GL_EXT_get_proc_address
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/gl.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h index 17ce5e5f17..97b8b002a9 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -1,4 +1,4 @@ -/* $Id: gl.h,v 1.9 1999/10/15 21:59:23 brianp Exp $ */ +/* $Id: gl.h,v 1.10 1999/10/16 11:27:02 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -2173,18 +2173,6 @@ GLAPI void GLAPIENTRY glLockArraysEXT( GLint first, GLsizei count ); GLAPI void GLAPIENTRY glUnlockArraysEXT( void ); -/* - * GL_EXT_get_proc_address - * - * XXX this is a preliminary extension. It may change! Use at your - * own risk! Do not release code which uses this extension yet! - * If you want to try it out, #define GL_EXT_get_proc_address before - * #include <GL/gl.h> - */ -#define GL_EXT_get_proc_address 1 -#ifdef GL_EXT_get_proc_address -GLAPI void (GLAPIENTRY *glGetProcAddressEXT(const GLubyte *procName))(); -#endif #if defined(__BEOS__) || defined(__QUICKDRAW__) #pragma export off |