[PATCH 5-27] libXext: Purge macros NEED_EVENTS and NEED_REPLIES

Fernando Carrijo fcarrijo at yahoo.com.br
Thu Jul 1 02:54:24 PDT 2010


Signed-off-by: Fernando Carrijo <fcarrijo at yahoo.com.br>
---
 src/DPMS.c      |    1 -
 src/MITMisc.c   |    1 -
 src/XAppgroup.c |    2 --
 src/XEVI.c      |    3 +--
 src/XLbx.c      |    2 --
 src/XMultibuf.c |    2 --
 src/XShape.c    |    3 +--
 src/XShm.c      |    2 --
 src/XSync.c     |    2 --
 src/XTestExt1.c |    3 ---
 src/Xcup.c      |    2 --
 src/Xdbe.c      |    2 --
 src/Xge.c       |    3 ---
 13 files changed, 2 insertions(+), 26 deletions(-)

diff --git a/src/DPMS.c b/src/DPMS.c
index 92a7f61..5b183b3 100644
--- a/src/DPMS.c
+++ b/src/DPMS.c
@@ -32,7 +32,6 @@ Equipment Corporation.
  * HISTORY
  */
 
-#define NEED_REPLIES
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/src/MITMisc.c b/src/MITMisc.c
index 606ca6e..bd2d231 100644
--- a/src/MITMisc.c
+++ b/src/MITMisc.c
@@ -28,7 +28,6 @@ in this Software without prior written authorization from The Open Group.
 
 /* RANDOM CRUFT! THIS HAS NO OFFICIAL X CONSORTIUM BLESSING */
 
-#define NEED_REPLIES
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/src/XAppgroup.c b/src/XAppgroup.c
index 212e964..3056cd9 100644
--- a/src/XAppgroup.c
+++ b/src/XAppgroup.c
@@ -33,8 +33,6 @@ in this Software without prior written authorization from The Open Group.
 #include <X11/Xwindows.h>
 #endif
 
-#define NEED_EVENTS
-#define NEED_REPLIES
 #include <X11/Xlibint.h>
 #include <X11/extensions/Xag.h>
 #include <X11/extensions/agproto.h>
diff --git a/src/XEVI.c b/src/XEVI.c
index b357c4f..b9b0cda 100644
--- a/src/XEVI.c
+++ b/src/XEVI.c
@@ -22,8 +22,7 @@ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
 THE USE OR PERFORMANCE OF THIS SOFTWARE.
 ********************************************************/
 /* $XFree86$ */
-#define NEED_EVENTS
-#define NEED_REPLIES
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/src/XLbx.c b/src/XLbx.c
index 2cae416..2a07590 100644
--- a/src/XLbx.c
+++ b/src/XLbx.c
@@ -24,8 +24,6 @@
  */
 /* $XFree86: xc/lib/Xext/XLbx.c,v 1.4 2002/10/16 00:37:27 dawes Exp $ */
 
-#define NEED_EVENTS
-#define NEED_REPLIES
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/src/XMultibuf.c b/src/XMultibuf.c
index edb5fa7..bf68909 100644
--- a/src/XMultibuf.c
+++ b/src/XMultibuf.c
@@ -27,8 +27,6 @@ in this Software without prior written authorization from The Open Group.
  */
 /* $XFree86: xc/lib/Xext/XMultibuf.c,v 1.5 2001/12/14 19:55:00 dawes Exp $ */
 
-#define NEED_EVENTS
-#define NEED_REPLIES
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/src/XShape.c b/src/XShape.c
index 9437efa..b8d6b59 100644
--- a/src/XShape.c
+++ b/src/XShape.c
@@ -26,8 +26,7 @@ in this Software without prior written authorization from The Open Group.
  * Author:  Keith Packard, MIT X Consortium
  */
 /* $XFree86: xc/lib/Xext/XShape.c,v 1.3 2002/10/16 00:37:27 dawes Exp $ */
-#define NEED_EVENTS
-#define NEED_REPLIES
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/src/XShm.c b/src/XShm.c
index 38efa9f..fc18860 100644
--- a/src/XShm.c
+++ b/src/XShm.c
@@ -30,8 +30,6 @@ in this Software without prior written authorization from The Open Group.
 
 /* THIS IS NOT AN X CONSORTIUM STANDARD OR AN X PROJECT TEAM SPECIFICATION */
 
-#define NEED_EVENTS
-#define NEED_REPLIES
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/src/XSync.c b/src/XSync.c
index ce76dd3..648c718 100644
--- a/src/XSync.c
+++ b/src/XSync.c
@@ -55,8 +55,6 @@ PERFORMANCE OF THIS SOFTWARE.
 #include <config.h>
 #endif
 #include <stdio.h>
-#define NEED_EVENTS
-#define NEED_REPLIES
 #include <X11/Xlibint.h>
 #include <X11/extensions/Xext.h>
 #include <X11/extensions/extutil.h>
diff --git a/src/XTestExt1.c b/src/XTestExt1.c
index c9d48d7..355ced2 100644
--- a/src/XTestExt1.c
+++ b/src/XTestExt1.c
@@ -57,9 +57,6 @@ University of California.
  * include files
  *****************************************************************************/
 
-#define NEED_REPLIES
-#define NEED_EVENTS
-
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/src/Xcup.c b/src/Xcup.c
index 6013039..dbd4857 100644
--- a/src/Xcup.c
+++ b/src/Xcup.c
@@ -33,8 +33,6 @@ in this Software without prior written authorization from The Open Group.
 #include <X11/Xwindows.h>
 #endif
 
-#define NEED_EVENTS
-#define NEED_REPLIES
 #include <X11/Xlibint.h>
 #include <X11/extensions/Xcup.h>
 #include <X11/extensions/cupproto.h>
diff --git a/src/Xdbe.c b/src/Xdbe.c
index 7b5244d..7fd0e66 100644
--- a/src/Xdbe.c
+++ b/src/Xdbe.c
@@ -32,8 +32,6 @@
  *****************************************************************************/
 /* $XFree86: xc/lib/Xext/Xdbe.c,v 3.7 2002/10/16 02:19:22 dawes Exp $ */
 
-#define NEED_EVENTS
-#define NEED_REPLIES
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/src/Xge.c b/src/Xge.c
index 7a583e5..0655e00 100644
--- a/src/Xge.c
+++ b/src/Xge.c
@@ -32,9 +32,6 @@
 #include <config.h>
 #endif
 
-#define NEED_EVENTS
-#define NEED_REPLIES
-
 #include <stdio.h>
 #include <X11/extensions/geproto.h>
 #include <X11/extensions/ge.h>
-- 
1.7.0.4




More information about the xorg-devel mailing list