summaryrefslogtreecommitdiff
path: root/CutPaste.c
diff options
context:
space:
mode:
Diffstat (limited to 'CutPaste.c')
-rw-r--r--CutPaste.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/CutPaste.c b/CutPaste.c
index cf0ac78..46f0fd1 100644
--- a/CutPaste.c
+++ b/CutPaste.c
@@ -44,7 +44,6 @@ from The Open Group.
#define max(x, y) (((x) > (y)) ? (x) : (y))
-extern Boolean DEBUG;
/*****************************************************************************
* Cut and Paste *