diff options
Diffstat (limited to 'src/mesa/glapi/glapi.h')
-rw-r--r-- | src/mesa/glapi/glapi.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h index cfd9d722042..e02b1f78676 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); |