summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapi.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-12-15 12:52:31 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-12-15 12:52:31 +0000
commit67661b04f2b31691ef8e5a557624654b25e6d553 (patch)
treee3e506b96d972525f7366d9168b720ec9345ba6b /src/mesa/glapi/glapi.h
parent945d18a5e2fb64d150c1a66faef63b3d1c77ede1 (diff)
added many more extension entry points
Diffstat (limited to 'src/mesa/glapi/glapi.h')
-rw-r--r--src/mesa/glapi/glapi.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h
index cfd9d72204..e02b1f7867 100644
--- a/src/mesa/glapi/glapi.h
+++ b/src/mesa/glapi/glapi.h
@@ -1,4 +1,4 @@
-/* $Id: glapi.h,v 1.4 1999/11/27 21:30:40 brianp Exp $ */
+/* $Id: glapi.h,v 1.5 1999/12/15 12:52:31 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -49,10 +49,6 @@ extern const char *
_glapi_get_version(void);
-extern const char **
-_glapi_get_extensions(void);
-
-
extern void
_glapi_check_table(const struct _glapi_table *table);