From e7af0569f9f921aa7b609512ce562a622e654996 Mon Sep 17 00:00:00 2001 From: William Joye Date: Mon, 3 Apr 2017 11:16:06 -0400 Subject: plug mem leak --- tk8.6/macosx/tkMacOSXWm.h | 3 --- 1 file changed, 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. -- cgit v0.12