summaryrefslogtreecommitdiffstats
path: root/win/tkWinRegion.c
diff options
context:
space:
mode:
Diffstat (limited to 'win/tkWinRegion.c')
-rw-r--r--win/tkWinRegion.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/win/tkWinRegion.c b/win/tkWinRegion.c
index 9e9d80a..b6f87dc 100644
--- a/win/tkWinRegion.c
+++ b/win/tkWinRegion.c
@@ -3,7 +3,7 @@
*
* Tk Region emulation code.
*
- * Copyright (c) 1995 Sun Microsystems, Inc.
+ * Copyright © 1995 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
@@ -11,13 +11,6 @@
#include "tkWinInt.h"
-#undef TkCreateRegion
-#undef TkDestroyRegion
-#undef TkClipBox
-#undef TkIntersectRegion
-#undef TkUnionRectWithRegion
-#undef TkRectInRegion
-#undef TkSubtractRegion
/*
*----------------------------------------------------------------------