[PATCH:libX11] Remove unused definition of XCONN_CHECK_FREQ
Alan Coopersmith
alan.coopersmith at oracle.com
Sun Nov 29 09:48:09 PST 2015
The only use of XCONN_CHECK_FREQ was removed in commit 15e5eaf62897b3179
when we dropped the old Xlib connection handling in favor of xcb's.
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
include/X11/Xlibint.h | 8 --------
1 file changed, 8 deletions(-)
diff --git a/include/X11/Xlibint.h b/include/X11/Xlibint.h
index d2563d6..6b95bcf 100644
--- a/include/X11/Xlibint.h
+++ b/include/X11/Xlibint.h
@@ -55,14 +55,6 @@ from The Open Group.
#define _XFlush _XFlushIt
#endif
-/*
- * If your BytesReadable correctly detects broken connections, then
- * you should NOT define XCONN_CHECK_FREQ.
- */
-#ifndef XCONN_CHECK_FREQ
-#define XCONN_CHECK_FREQ 256
-#endif
-
struct _XGC
{
XExtData *ext_data; /* hook for extension to hang data */
--
1.7.9.2
More information about the xorg-devel
mailing list