Commit 8339e680 authored by Alan Coopersmith's avatar Alan Coopersmith Committed by Ulrich Sibiller

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: 's avatarAlan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: 's avatarMark Kettenis <kettenis@openbsd.org> Backported-to-NX-by: 's avatarUlrich Sibiller <uli42@gmx.de>
parent f857c70f
......@@ -88,14 +88,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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment