summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-10-27 09:43:48 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-10-27 09:43:48 +0000
commitf47e9d2316ab14da9b01a01884a308e3144c91b8 (patch)
treee42b861ab6b3af16c40cd860492e3a88a552f1c3 /include
parentc38ca336b752ecece105908db3c7d2ccb96deb03 (diff)
downloadglu-f47e9d2316ab14da9b01a01884a308e3144c91b8.tar.gz
removed gluGetProcAddressEXT()
Diffstat (limited to 'include')
-rw-r--r--include/GL/glu.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/include/GL/glu.h b/include/GL/glu.h
index 7ab9a9b..6cf56d7 100644
--- a/include/GL/glu.h
+++ b/include/GL/glu.h
@@ -1,4 +1,4 @@
-/* $Id: glu.h,v 1.12 1999/10/22 10:47:58 brianp Exp $ */
+/* $Id: glu.h,v 1.13 1999/10/27 09:43:48 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -463,19 +463,6 @@ GLUAPI const GLubyte* GLAPIENTRY gluGetString( GLenum name );
-/*
- * GLU_EXT_get_proc_address extension
- */
-/*
- * WARNING: this extension is not finalized yet! Do not release code
- * which uses this extension yet! It may change!
- */
-#define GLU_EXT_get_proc_address 1
-#ifdef GLU_EXT_get_proc_address
-GLUAPI void (GLAPIENTRY *gluGetProcAddressEXT(const GLubyte *procName))();
-#endif
-
-
#if defined(__BEOS__) || defined(__QUICKDRAW__)
#pragma export off
#endif