aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/w32term.c b/src/w32term.c
index b072c900cac..0eab8f31b98 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -58,8 +58,6 @@ Boston, MA 02110-1301, USA. */
58#include "composite.h" 58#include "composite.h"
59#include "coding.h" 59#include "coding.h"
60 60
61#define abs(x) ((x) < 0 ? -(x) : (x))
62
63 61
64/* Fringe bitmaps. */ 62/* Fringe bitmaps. */
65 63