diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-09-26 14:06:19 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-09-26 14:06:19 +0000 |
commit | 1e3c1fcdaab91d7c428f33ebba72c4eb178348f7 (patch) | |
tree | 303729560cafc4c4a2aaf67bbd05b7d24d6ea9ba /app/bitmap/CutPaste.c | |
parent | 050a65b29195c30b3a0242f042e5f8a106d08725 (diff) |
Update to bitmap 1.0.4
Diffstat (limited to 'app/bitmap/CutPaste.c')
-rw-r--r-- | app/bitmap/CutPaste.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/bitmap/CutPaste.c b/app/bitmap/CutPaste.c index cf0ac7823..3a200ee99 100644 --- a/app/bitmap/CutPaste.c +++ b/app/bitmap/CutPaste.c @@ -1,4 +1,3 @@ -/* $Xorg: CutPaste.c,v 1.4 2001/02/09 02:05:28 xorgcvs Exp $ */ /* Copyright 1989, 1998 The Open Group @@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: CutPaste.c,v 1.4 2001/12/14 20:00:40 dawes Exp $ */ /* * Author: Davor Matic, MIT X Consortium @@ -44,7 +42,6 @@ from The Open Group. #define max(x, y) (((x) > (y)) ? (x) : (y)) -extern Boolean DEBUG; /***************************************************************************** * Cut and Paste * |