summaryrefslogtreecommitdiff
path: root/glx
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@redhat.com>2008-11-28 22:28:32 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2008-12-12 11:43:32 +1000
commitcb95642dc8edebb2935dd471f8b339cb98aa8481 (patch)
tree30b96e2634f8cf52fad86bd853aa53d228e0193e /glx
parent920b7622be4a68ebb5d8432f55c5362fbe964fce (diff)
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 <peter.hutterer@redhat.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'glx')
-rw-r--r--glx/glxcmds.c1
-rw-r--r--glx/glxcmdsswap.c1
-rw-r--r--glx/glxext.c1
-rw-r--r--glx/glxutil.c1
-rw-r--r--glx/indirect_program.c1
-rw-r--r--glx/indirect_texture_compression.c1
-rw-r--r--glx/render2.c1
-rw-r--r--glx/render2swap.c1
-rw-r--r--glx/renderpix.c1
-rw-r--r--glx/renderpixswap.c1
-rw-r--r--glx/single2.c1
-rw-r--r--glx/single2swap.c1
-rw-r--r--glx/singlepix.c1
-rw-r--r--glx/singlepixswap.c1
-rw-r--r--glx/swap_interval.c1
-rw-r--r--glx/xfont.c1
16 files changed, 0 insertions, 16 deletions
diff --git a/glx/glxcmds.c b/glx/glxcmds.c
index ab2d91b1b..af52672f1 100644
--- a/glx/glxcmds.c
+++ b/glx/glxcmds.c
@@ -28,7 +28,6 @@
* Silicon Graphics, Inc.
*/
-#define NEED_REPLIES
#define FONT_PCF
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
diff --git a/glx/glxcmdsswap.c b/glx/glxcmdsswap.c
index 65edf6991..4132b76bf 100644
--- a/glx/glxcmdsswap.c
+++ b/glx/glxcmdsswap.c
@@ -28,7 +28,6 @@
* Silicon Graphics, Inc.
*/
-#define NEED_REPLIES
#define FONT_PCF
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
diff --git a/glx/glxext.c b/glx/glxext.c
index c88237209..025e6198f 100644
--- a/glx/glxext.c
+++ b/glx/glxext.c
@@ -28,7 +28,6 @@
* Silicon Graphics, Inc.
*/
-#define NEED_REPLIES
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
diff --git a/glx/glxutil.c b/glx/glxutil.c
index bc71087d4..52a10e4e5 100644
--- a/glx/glxutil.c
+++ b/glx/glxutil.c
@@ -28,7 +28,6 @@
* Silicon Graphics, Inc.
*/
-#define NEED_REPLIES
#define FONT_PCF
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
diff --git a/glx/indirect_program.c b/glx/indirect_program.c
index d23a0a9e6..a206f90b6 100644
--- a/glx/indirect_program.c
+++ b/glx/indirect_program.c
@@ -29,7 +29,6 @@
* \author Ian Romanick <idr@us.ibm.com>
*/
-#define NEED_REPLIES
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
diff --git a/glx/indirect_texture_compression.c b/glx/indirect_texture_compression.c
index 3c09663fc..25c6eb30e 100644
--- a/glx/indirect_texture_compression.c
+++ b/glx/indirect_texture_compression.c
@@ -23,7 +23,6 @@
* SOFTWARE.
*/
-#define NEED_REPLIES
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
diff --git a/glx/render2.c b/glx/render2.c
index a86a22acb..eca6222ad 100644
--- a/glx/render2.c
+++ b/glx/render2.c
@@ -28,7 +28,6 @@
* Silicon Graphics, Inc.
*/
-/* #define NEED_REPLIES */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
diff --git a/glx/render2swap.c b/glx/render2swap.c
index 49449ff6f..acfb82826 100644
--- a/glx/render2swap.c
+++ b/glx/render2swap.c
@@ -28,7 +28,6 @@
* Silicon Graphics, Inc.
*/
-/* #define NEED_REPLIES */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
diff --git a/glx/renderpix.c b/glx/renderpix.c
index 17deb33c4..056e62c87 100644
--- a/glx/renderpix.c
+++ b/glx/renderpix.c
@@ -28,7 +28,6 @@
* Silicon Graphics, Inc.
*/
-#define NEED_REPLIES
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
diff --git a/glx/renderpixswap.c b/glx/renderpixswap.c
index ebb20cfda..9cd57410e 100644
--- a/glx/renderpixswap.c
+++ b/glx/renderpixswap.c
@@ -28,7 +28,6 @@
* Silicon Graphics, Inc.
*/
-#define NEED_REPLIES
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
diff --git a/glx/single2.c b/glx/single2.c
index d8b259269..0ca808cc0 100644
--- a/glx/single2.c
+++ b/glx/single2.c
@@ -28,7 +28,6 @@
* Silicon Graphics, Inc.
*/
-#define NEED_REPLIES
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
diff --git a/glx/single2swap.c b/glx/single2swap.c
index fcb0657d4..cf83bdc88 100644
--- a/glx/single2swap.c
+++ b/glx/single2swap.c
@@ -28,7 +28,6 @@
* Silicon Graphics, Inc.
*/
-#define NEED_REPLIES
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
diff --git a/glx/singlepix.c b/glx/singlepix.c
index 6611b0380..7b2cb4ca6 100644
--- a/glx/singlepix.c
+++ b/glx/singlepix.c
@@ -28,7 +28,6 @@
* Silicon Graphics, Inc.
*/
-#define NEED_REPLIES
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
diff --git a/glx/singlepixswap.c b/glx/singlepixswap.c
index b546ec864..143f2049a 100644
--- a/glx/singlepixswap.c
+++ b/glx/singlepixswap.c
@@ -28,7 +28,6 @@
* Silicon Graphics, Inc.
*/
-#define NEED_REPLIES
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
diff --git a/glx/swap_interval.c b/glx/swap_interval.c
index 24abd69fa..3a5242022 100644
--- a/glx/swap_interval.c
+++ b/glx/swap_interval.c
@@ -22,7 +22,6 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#define NEED_REPLIES
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
diff --git a/glx/xfont.c b/glx/xfont.c
index 6df373a16..1f4ecbd4d 100644
--- a/glx/xfont.c
+++ b/glx/xfont.c
@@ -28,7 +28,6 @@
* Silicon Graphics, Inc.
*/
-#define NEED_REPLIES
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif