From cb95642dc8edebb2935dd471f8b339cb98aa8481 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 28 Nov 2008 22:28:32 +1000 Subject: Remove #define NEED_EVENTS and NEED_REPLIES A grep on xorg/* revealed there's no consumer of this define. Quote Alan Coopersmith: "The consumer was in past versions of the headers now located in proto/x11proto - for instance, in X11R6.0's xc/include/Xproto.h, all the event definitions were only available if NEED_EVENTS were defined, and all the reply definitions required NEED_REPLIES. Looks like Xproto.h dropped them by X11R6.3, which didn't have the #ifdef's anymore, so these are truly ancient now." Signed-off-by: Peter Hutterer Signed-off-by: Adam Jackson --- dbe/dbe.c | 1 - dbe/midbe.c | 2 -- 2 files changed, 3 deletions(-) (limited to 'dbe') diff --git a/dbe/dbe.c b/dbe/dbe.c index ff9df7f9f..3fd99dfc9 100644 --- a/dbe/dbe.c +++ b/dbe/dbe.c @@ -33,7 +33,6 @@ /* INCLUDES */ -#define NEED_EVENTS #ifdef HAVE_DIX_CONFIG_H #include #endif diff --git a/dbe/midbe.c b/dbe/midbe.c index f8a3acc87..4426c9d85 100644 --- a/dbe/midbe.c +++ b/dbe/midbe.c @@ -33,8 +33,6 @@ /* INCLUDES */ -#define NEED_REPLIES -#define NEED_EVENTS #ifdef HAVE_DIX_CONFIG_H #include #endif -- cgit v1.2.3