GLX: make function static.

This function isn't called from anywhere else and I don't think it shuold be.
This commit is contained in:
Dave Airlie 2009-06-24 10:40:05 +10:00
parent 9d85b56078
commit 184deb9bc3

View File

@ -171,7 +171,7 @@ void __glXAddToContextList(__GLXcontext *cx)
glxAllContexts = cx; glxAllContexts = cx;
} }
void __glXRemoveFromContextList(__GLXcontext *cx) static void __glXRemoveFromContextList(__GLXcontext *cx)
{ {
__GLXcontext *c, *prev; __GLXcontext *c, *prev;