mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -171,7 +171,7 @@ void __glXAddToContextList(__GLXcontext *cx)
|
||||
glxAllContexts = cx;
|
||||
}
|
||||
|
||||
void __glXRemoveFromContextList(__GLXcontext *cx)
|
||||
static void __glXRemoveFromContextList(__GLXcontext *cx)
|
||||
{
|
||||
__GLXcontext *c, *prev;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user