[Xcb-commit] src

Jamey Sharp jamey at kemper.freedesktop.org
Fri Oct 6 16:48:04 PDT 2006


 src/xcb_xlib.c |    7 -------
 src/xcbxlib.h  |    2 --
 2 files changed, 9 deletions(-)

New commits:
diff-tree 9bd2c0c58fbe4c994e76619c2d67e46ed8b43030 (from 34168ab549fdf7c6c8a6fbe39824116698d01b12)
Author: Jamey Sharp <jamey at minilop.net>
Date:   Fri Oct 6 16:47:50 2006 -0700

    Remove xcb_get_io_lock from the Xlib-specific API: it is no longer used.

diff --git a/src/xcb_xlib.c b/src/xcb_xlib.c
index f352ca2..59f972c 100644
--- a/src/xcb_xlib.c
+++ b/src/xcb_xlib.c
@@ -35,13 +35,6 @@ unsigned int xcb_get_request_sent(xcb_co
     return c->out.request;
 }
 
-pthread_mutex_t *xcb_get_io_lock(xcb_connection_t *c)
-{
-    if(c->has_error)
-        return 0;
-    return &c->iolock;
-}
-
 void xcb_xlib_lock(xcb_connection_t *c)
 {
     _xcb_lock_io(c);
diff --git a/src/xcbxlib.h b/src/xcbxlib.h
index da4a044..628d71d 100644
--- a/src/xcbxlib.h
+++ b/src/xcbxlib.h
@@ -34,8 +34,6 @@
 /* This function must be called with the IOLock held. */
 unsigned int xcb_get_request_sent(xcb_connection_t *c);
 
-pthread_mutex_t *xcb_get_io_lock(xcb_connection_t *c);
-
 void xcb_xlib_lock(xcb_connection_t *c);
 void xcb_xlib_unlock(xcb_connection_t *c);
 


More information about the xcb-commit mailing list