summaryrefslogtreecommitdiffstats
path: root/tk8.6
diff options
context:
space:
mode:
Diffstat (limited to 'tk8.6')
-rw-r--r--tk8.6/macosx/tkMacOSXWm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tk8.6/macosx/tkMacOSXWm.h b/tk8.6/macosx/tkMacOSXWm.h
index 7799c32..d1eeb82 100644
--- a/tk8.6/macosx/tkMacOSXWm.h
+++ b/tk8.6/macosx/tkMacOSXWm.h
@@ -36,9 +36,6 @@ typedef struct ProtocolHandler {
* THE LAST FIELD OF THE STRUCTURE. */
} ProtocolHandler;
-#define HANDLER_SIZE(cmdLength) \
- ((unsigned) (sizeof(ProtocolHandler) -3 + cmdLength))
-
/*
* A data structure of the following type holds window-manager-related
* information for each top-level window in an application.