Remove unused definition of XCONN_CHECK_FREQ

The only use of XCONN_CHECK_FREQ was removed in commit 15e5eaf628
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>
This commit is contained in:
Alan Coopersmith 2015-11-28 13:18:11 -08:00
parent 5f0da8311a
commit 11118e9eb3

View file

@ -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 */