diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-10-06 16:47:50 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-10-06 16:47:50 -0700 |
commit | 9bd2c0c58fbe4c994e76619c2d67e46ed8b43030 (patch) | |
tree | 57b657e2a53da281d86120399c68a604a228aafd /src/xcbxlib.h | |
parent | 34168ab549fdf7c6c8a6fbe39824116698d01b12 (diff) |
Remove xcb_get_io_lock from the Xlib-specific API: it is no longer used.
Diffstat (limited to 'src/xcbxlib.h')
-rw-r--r-- | src/xcbxlib.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |