diff options
author | Kevin Walzer <kw@codebykevin.com> | 2014-09-23 14:27:16 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2014-09-23 14:27:16 (GMT) |
commit | 4d3938584a1fe900082df0182583d83cf3480be3 (patch) | |
tree | 87aa7c9b9fc292d3ccb38f032f6daa9bc1ba61b3 /macosx/tkMacOSXWindowEvent.c | |
parent | e11d1bc0cb52ca2873204e1e8db7b67ed5fff7be (diff) | |
download | tk-4d3938584a1fe900082df0182583d83cf3480be3.zip tk-4d3938584a1fe900082df0182583d83cf3480be3.tar.gz tk-4d3938584a1fe900082df0182583d83cf3480be3.tar.bz2 |
Remove debug message from window event code
Diffstat (limited to 'macosx/tkMacOSXWindowEvent.c')
-rw-r--r-- | macosx/tkMacOSXWindowEvent.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c index 2e5e204..319bc70 100644 --- a/macosx/tkMacOSXWindowEvent.c +++ b/macosx/tkMacOSXWindowEvent.c @@ -779,8 +779,6 @@ Tk_MacOSXIsAppInFront(void) @implementation TKContentView @end -#define TK_MAC_DEBUG_DRAWING - static Tk_RestrictAction ExposeRestrictProc( ClientData arg, |