diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-11-28 13:18:11 -0800 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-19 21:40:29 +0200 |
commit | 8339e680375bec533005bc5a2e8e01d3ec5a3fe6 (patch) | |
tree | 0697418ac272048203bffd4a7be5638b7dfc4d12 /nx-X11/lib/X11 | |
parent | f857c70f822c8e1147d74a2994acb765742e72e0 (diff) | |
download | nx-libs-8339e680375bec533005bc5a2e8e01d3ec5a3fe6.tar.gz nx-libs-8339e680375bec533005bc5a2e8e01d3ec5a3fe6.tar.bz2 nx-libs-8339e680375bec533005bc5a2e8e01d3ec5a3fe6.zip |
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>
Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de>
Diffstat (limited to 'nx-X11/lib/X11')
-rw-r--r-- | nx-X11/lib/X11/Xlibint.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nx-X11/lib/X11/Xlibint.h b/nx-X11/lib/X11/Xlibint.h index d4767ecfc..056b4d8f9 100644 --- a/nx-X11/lib/X11/Xlibint.h +++ b/nx-X11/lib/X11/Xlibint.h @@ -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 */ |