From 564d824e9a03d2b7021f9682b01b365964f905c4 Mon Sep 17 00:00:00 2001 From: tombo Date: Wed, 24 Sep 2008 14:27:53 +0000 Subject: [PATCH] LCL Carbon: disable showing debug info for application object git-svn-id: trunk@16709 - --- lcl/interfaces/carbon/carbondebug.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/interfaces/carbon/carbondebug.inc b/lcl/interfaces/carbon/carbondebug.inc index 5fef5cdf0b..3f71a17109 100644 --- a/lcl/interfaces/carbon/carbondebug.inc +++ b/lcl/interfaces/carbon/carbondebug.inc @@ -38,7 +38,7 @@ {off $DEFINE VerboseBounds} // debug bounding and client rects of LCL vs. intf {off $DEFINE VerboseWidget} // Carbon widget -{$DEFINE VerboseAppEvent} // Carbon application event handlers +{off $DEFINE VerboseAppEvent} // Carbon application event handlers {off $DEFINE VerboseControlEvent} // Carbon control event handlers {off $DEFINE VerboseWindowEvent} // Carbon window event handlers {off $DEFINE VerboseCommonEvent} // Carbon common event handlers