summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2015-11-28 13:18:11 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2015-12-03 23:02:18 -0800
commit11118e9eb3705fcbe42b6a68d4a8aa86ab0211f1 (patch)
treeba366d3122c5a8e5a942a68862d49b1be5a6c34e /include
parent5f0da8311a61498edf073cc877f5b467bfd5f863 (diff)
Remove unused definition of XCONN_CHECK_FREQ
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@oracle.com> Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
Diffstat (limited to 'include')
-rw-r--r--include/X11/Xlibint.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/X11/Xlibint.h b/include/X11/Xlibint.h
index d2563d66..6b95bcf7 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 */