summaryrefslogtreecommitdiffstats
path: root/tk8.6
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-04-03 15:16:06 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-04-03 15:16:06 (GMT)
commite7af0569f9f921aa7b609512ce562a622e654996 (patch)
treeb1e4fa29dc146cde023b3c283d113f99849a31dc /tk8.6
parent763d537abf1164c55148ba6d9863513439d3514a (diff)
downloadblt-e7af0569f9f921aa7b609512ce562a622e654996.zip
blt-e7af0569f9f921aa7b609512ce562a622e654996.tar.gz
blt-e7af0569f9f921aa7b609512ce562a622e654996.tar.bz2
plug mem leak
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.