diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-08-27 00:16:07 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-10 22:52:30 +0200 |
commit | efa70b0cf359c4b7e7d70b7512fbe03cc15cb470 (patch) | |
tree | 19be3b75186051f06054aecd95787faf2769b2e8 /nx-X11/lib/X11 | |
parent | 0079db696327fb0f52c95f48648ab4097d2cce8e (diff) | |
download | nx-libs-efa70b0cf359c4b7e7d70b7512fbe03cc15cb470.tar.gz nx-libs-efa70b0cf359c4b7e7d70b7512fbe03cc15cb470.tar.bz2 nx-libs-efa70b0cf359c4b7e7d70b7512fbe03cc15cb470.zip |
remove more NEED_REPLIES/EVENTS
Diffstat (limited to 'nx-X11/lib/X11')
-rw-r--r-- | nx-X11/lib/X11/AllCells.c | 1 | ||||
-rw-r--r-- | nx-X11/lib/X11/LiHosts.c | 1 | ||||
-rw-r--r-- | nx-X11/lib/X11/QuColor.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/nx-X11/lib/X11/AllCells.c b/nx-X11/lib/X11/AllCells.c index 0c188aab4..bbc977059 100644 --- a/nx-X11/lib/X11/AllCells.c +++ b/nx-X11/lib/X11/AllCells.c @@ -24,7 +24,6 @@ in this Software without prior written authorization from The Open Group. */ -#define NEED_REPLIES #ifdef HAVE_CONFIG_H #include <config.h> diff --git a/nx-X11/lib/X11/LiHosts.c b/nx-X11/lib/X11/LiHosts.c index c27a2e2e1..63ecc508a 100644 --- a/nx-X11/lib/X11/LiHosts.c +++ b/nx-X11/lib/X11/LiHosts.c @@ -58,7 +58,6 @@ X Window System is a trademark of The Open Group. /* This can really be considered an os dependent routine */ -#define NEED_REPLIES #ifdef HAVE_CONFIG_H #include <config.h> #endif diff --git a/nx-X11/lib/X11/QuColor.c b/nx-X11/lib/X11/QuColor.c index 7aca7d7b8..4638095c0 100644 --- a/nx-X11/lib/X11/QuColor.c +++ b/nx-X11/lib/X11/QuColor.c @@ -24,7 +24,6 @@ in this Software without prior written authorization from The Open Group. */ -#define NEED_REPLIES #ifdef HAVE_CONFIG_H #include <config.h> #endif |