aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-09-23 02:03:36 +0000
committerGlenn Morris <[email protected]>2007-09-23 02:03:36 +0000
commit7a58fb43f6d8d8d213370976f5e76cf57966f3dd (patch)
tree8751f24ebff950ae7f8251466919030033d85fe6 /src/xterm.c
parent66ba97ee97808cfd088290e1a173e0c93459bf9f (diff)
Johannes Weiner <hannes at saeurebad.de>
(abs): Don't define abs now it's in lisp.h.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c
index c67238b223..0b6504bd23 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -154,8 +154,6 @@ extern void _XEditResCheckMessages ();
#endif
#endif
-#define abs(x) ((x) < 0 ? -(x) : (x))
-
/* Default to using XIM if available. */
#ifdef USE_XIM
int use_xim = 1;