minor clean-up
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 16 Dec 1999 17:33:43 +0000 (17:33 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 16 Dec 1999 17:33:43 +0000 (17:33 +0000)
src/mesa/glapi/glapi.c
src/mesa/glapi/glapi.h

index da8d123..091932b 100644 (file)
@@ -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
index e111482..9f12b2c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: glapi.h,v 1.9 1999/12/16 17:31:59 brianp Exp $ */
+/* $Id: glapi.h,v 1.10 1999/12/16 17:33:44 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -30,7 +30,6 @@
 
 
 #include "GL/gl.h"
-/*#include "glapitable.h"*/
 
 struct _glapi_table;