aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-12-24 23:12:46 +0000
committerRichard M. Stallman <[email protected]>1995-12-24 23:12:46 +0000
commit2ab1394150d6f2f0a41cddd93a978b96dcdf5b7b (patch)
tree33d804243400313482152b26182d8257d0bc2563 /src/xterm.h
parentc91b34025f240d970dfe009f4dce11ffb4ec563b (diff)
(HAVE_X11R6): Definition deleted (previous change undone).
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 47f79d6594..607cf02cac 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -79,12 +79,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
#endif
-#ifdef XlibSpecificationRelease
-#if XlibSpecificationRelease >= 6
-#define HAVE_X11R6 1
-#endif
-#endif
-
#ifdef HAVE_X11R5
#define HAVE_X_I18N
#include <X11/Xlocale.h>