summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2014-09-23 14:27:16 (GMT)
committerKevin Walzer <kw@codebykevin.com>2014-09-23 14:27:16 (GMT)
commit4d3938584a1fe900082df0182583d83cf3480be3 (patch)
tree87aa7c9b9fc292d3ccb38f032f6daa9bc1ba61b3
parente11d1bc0cb52ca2873204e1e8db7b67ed5fff7be (diff)
downloadtk-4d3938584a1fe900082df0182583d83cf3480be3.zip
tk-4d3938584a1fe900082df0182583d83cf3480be3.tar.gz
tk-4d3938584a1fe900082df0182583d83cf3480be3.tar.bz2
Remove debug message from window event code
-rw-r--r--macosx/tkMacOSXWindowEvent.c2
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,