mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 15:20:05 +01: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:
parent
9d85b56078
commit
184deb9bc3
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ void __glXAddToContextList(__GLXcontext *cx)
|
|||
glxAllContexts = cx;
|
||||
}
|
||||
|
||||
void __glXRemoveFromContextList(__GLXcontext *cx)
|
||||
static void __glXRemoveFromContextList(__GLXcontext *cx)
|
||||
{
|
||||
__GLXcontext *c, *prev;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue