minor clean-up

This commit is contained in:
Brian Paul
1999-12-16 17:33:43 +00:00
parent bb72d326a0
commit 6ef84acfec
2 changed files with 2 additions and 15 deletions

View 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
@@ -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.
*/