summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-08-21 20:46:30 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2019-08-21 20:46:30 +0200
commit7b0af75a57b2d4b4a1083ddc6bb333697f3c6145 (patch)
treeb12f7191c4d3159451617ed27c815e1c73582c8e
parent5329ac6d4bfaa381e91cd2164b373ee8f3757107 (diff)
downloadgtk+-7b0af75a57b2d4b4a1083ddc6bb333697f3c6145.tar.gz
Remove NEED_XIPROTO_H_FOR_XREPLY check
It was only defined in the old autotools build to support a >20 year old x11, https://bugzilla.gnome.org/show_bug.cgi?id=148032
-rw-r--r--config.h.meson3
-rw-r--r--gdk/x11/gdkasync.c4
2 files changed, 0 insertions, 7 deletions
diff --git a/config.h.meson b/config.h.meson
index 209b65d03c..ebafd3eac6 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -185,9 +185,6 @@
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#mesondefine LT_OBJDIR
-/* Define if <X11/extensions/XIproto.h> needed for xReply */
-#mesondefine NEED_XIPROTO_H_FOR_XREPLY
-
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#mesondefine NO_MINUS_C_MINUS_O
diff --git a/gdk/x11/gdkasync.c b/gdk/x11/gdkasync.c
index fc4d94eaf5..1ef7697617 100644
--- a/gdk/x11/gdkasync.c
+++ b/gdk/x11/gdkasync.c
@@ -47,10 +47,6 @@ in this Software without prior written authorization from The Open Group.
#include "gdkprivate-x11.h"
#include "gdkdisplay-x11.h"
-#ifdef NEED_XIPROTO_H_FOR_XREPLY
-#include <X11/extensions/XIproto.h>
-#endif
-
#include <X11/Xlibint.h>