diff options
author | Brian Paul <[email protected]> | 1999-12-16 17:33:43 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-12-16 17:33:43 +0000 |
commit | 6ef84acfece561577496387447d205968cfc21da (patch) | |
tree | 8f7bcae7d21bc2e9e2ef9ba3522375062c849f67 /src/mesa | |
parent | bb72d326a0c5f24a05bb586d64fbacc6b8172048 (diff) |
minor clean-up
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/glapi/glapi.c | 14 | ||||
-rw-r--r-- | src/mesa/glapi/glapi.h | 3 |
2 files changed, 2 insertions, 15 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 diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h index e1114820faa..9f12b2c08ef 100644 --- a/src/mesa/glapi/glapi.h +++ b/src/mesa/glapi/glapi.h @@ -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; |