diff options
Diffstat (limited to 'src/xcbint.h')
-rw-r--r-- | src/xcbint.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xcbint.h b/src/xcbint.h index 909f043..a85b04e 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -172,9 +172,6 @@ struct xcb_connection_t { }; void _xcb_conn_shutdown(xcb_connection_t *c); -void _xcb_lock_io(xcb_connection_t *c); -void _xcb_unlock_io(xcb_connection_t *c); -void _xcb_wait_io(xcb_connection_t *c, pthread_cond_t *cond); int _xcb_conn_wait(xcb_connection_t *c, pthread_cond_t *cond, struct iovec **vector, int *count); |