From 6ef84acfece561577496387447d205968cfc21da Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 16 Dec 1999 17:33:43 +0000 Subject: minor clean-up --- src/mesa/glapi/glapi.c | 14 +------------- src/mesa/glapi/glapi.h | 3 +-- 2 files changed, 2 insertions(+), 15 deletions(-) (limited to 'src/mesa/glapi') diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c index da8d123775..091932bf03 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 @@ -106,18 +106,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. */ diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h index e1114820fa..9f12b2c08e 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; -- cgit v1.2.3