summaryrefslogtreecommitdiff
path: root/glx
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-06-24 10:40:05 +1000
committerDave Airlie <airlied@redhat.com>2009-06-24 10:41:47 +1000
commit184deb9bc325eb7aa7eb7b7d4f98aa917f0269cb (patch)
treecad825579eb1ec8c3e5937c150b1e46d444ffe03 /glx
parent9d85b56078ec05da1369ca22930d8eb214c389db (diff)
GLX: make function static.
This function isn't called from anywhere else and I don't think it shuold be.
Diffstat (limited to 'glx')
-rw-r--r--glx/glxext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glx/glxext.c b/glx/glxext.c
index a571ec99a..19d70d495 100644
--- a/glx/glxext.c
+++ b/glx/glxext.c
@@ -171,7 +171,7 @@ void __glXAddToContextList(__GLXcontext *cx)
glxAllContexts = cx;
}
-void __glXRemoveFromContextList(__GLXcontext *cx)
+static void __glXRemoveFromContextList(__GLXcontext *cx)
{
__GLXcontext *c, *prev;