summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/glxext.c
diff options
context:
space:
mode:
authorRALOVICH, Kristóf <[email protected]>2009-07-23 17:58:08 +0200
committerBrian Paul <[email protected]>2009-07-27 15:38:04 -0600
commit8363dff251fc38b044447bcb173d960b03073974 (patch)
treed2f5fb1e3780f578b22215d288afa48299ffb19f /src/glx/x11/glxext.c
parent27e55588e0f6c8fb570d3ae601319ed001b7e02a (diff)
glx: remove XTHREADS support
Diffstat (limited to 'src/glx/x11/glxext.c')
-rw-r--r--src/glx/x11/glxext.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/glx/x11/glxext.c b/src/glx/x11/glxext.c
index b296b7c651c..e07ed29790c 100644
--- a/src/glx/x11/glxext.c
+++ b/src/glx/x11/glxext.c
@@ -646,17 +646,6 @@ __glXInitialize(Display * dpy)
Bool glx_direct, glx_accel;
#endif
-#if defined(USE_XTHREADS)
- {
- static int firstCall = 1;
- if (firstCall) {
- /* initialize the GLX mutexes */
- xmutex_init(&__glXmutex);
- firstCall = 0;
- }
- }
-#endif
-
/* The one and only long long lock */
__glXLock();