From 26e14d2ea15c12a1534f3a76278f149cd0a6278c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 5 Jan 2000 04:36:17 +0000 Subject: removed _glapi_ThreadSafe --- src/mesa/glapi/glapi.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mesa/glapi/glapi.h') diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h index 5486819..8673ee8 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; -- cgit v1.1