summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/glapi/glapi.c')
-rw-r--r--src/mesa/glapi/glapi.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c
index da8d1237756..091932bf03b 100644
--- a/src/mesa/glapi/glapi.c
+++ b/src/mesa/glapi/glapi.c
@@ -1,4 +1,4 @@
-/* $Id: glapi.c,v 1.15 1999/12/16 17:31:59 brianp Exp $ */
+/* $Id: glapi.c,v 1.16 1999/12/16 17:33:43 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -107,18 +107,6 @@ _glapi_check_multithread(void)
/*
- * Enable thread safe mode. Once enabled, can't be disabled.
- */
-void
-_glapi_enable_thread_safety(void)
-{
- ThreadSafe = GL_TRUE;
-}
-
-
-
-
-/*
* Set the global or per-thread dispatch table pointer.
*/
void