aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-03-04 18:00:34 +0000
committerRichard M. Stallman <[email protected]>1996-03-04 18:00:34 +0000
commit6b8177cd7cacd176779adf31f6db3ded44a921eb (patch)
treea7d6416078094d6b909b556a19ac757efe41e17a /src/xfns.c
parent978dd5783bbbf9385205d2495406d88343369a21 (diff)
[AIX] [HAVE_X11R5] (XIMStatusNothing): Definition deleted.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 5eb1942998..bade5b5676 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -104,15 +104,6 @@ extern void free_frame_menubar ();
#define MAXREQUEST(dpy) ((dpy)->max_request_size)
#endif
-#ifdef AIX
-#ifdef HAVE_X11R5
-/* AIX uses an incompatible name for this, at least in X11R5.
- I'm guessing that in X11R6 it will be compatible. */
-#undef XIMStatusNothing
-#define XIMStatusNothing XIMStatusNone
-#endif
-#endif
-
/* The name we're using in resource queries. */
Lisp_Object Vx_resource_name;