diff options
Diffstat (limited to 'src/mesa/glapi/glapi.h')
-rw-r--r-- | src/mesa/glapi/glapi.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h index 5486819da53..8673ee887ad 100644 --- a/src/mesa/glapi/glapi.h +++ b/src/mesa/glapi/glapi.h @@ -1,4 +1,4 @@ -/* $Id: glapi.h,v 1.11 1999/12/17 14:51:29 brianp Exp $ */ +/* $Id: glapi.h,v 1.12 2000/01/05 04:36:17 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -34,8 +34,6 @@ struct _glapi_table; -extern GLboolean _glapi_ThreadSafe; - extern void *_glapi_CurrentContext; |