Add a private connection shutdown method for error cases.
[free-sw/xcb/libxcb] / src / xcbxlib.h
index 462e2e3..59dd2a5 100644 (file)
@@ -31,9 +31,6 @@
 #include <pthread.h>
 #include "xcb.h"
 
-/* This function must be called with the IOLock held. */
-unsigned int XCBGetQueuedRequestRead(XCBConnection *c);
-
 /* This function must be called with the IOLock held. */
 unsigned int XCBGetRequestSent(XCBConnection *c);