From 3aa79a0117ad1f07511922e98ea35c38f336274b Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Thu, 3 Feb 2005 09:55:38 +0000 Subject: [PATCH] comment out unused stuff for warning fixing git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/dc.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mac/carbon/dc.cpp b/src/mac/carbon/dc.cpp index 840cdd68f6..98de588c51 100644 --- a/src/mac/carbon/dc.cpp +++ b/src/mac/carbon/dc.cpp @@ -1736,10 +1736,10 @@ void wxDC::MacInstallFont() const { sizeof( Fixed ) , } ; - Boolean kTrue = true ; - Boolean kFalse = false ; +// Boolean kTrue = true ; +// Boolean kFalse = false ; - ATSUVerticalCharacterType kHorizontal = kATSUStronglyHorizontal; +// ATSUVerticalCharacterType kHorizontal = kATSUStronglyHorizontal; ATSUAttributeValuePtr atsuValues[sizeof(atsuTags)/sizeof(ATSUAttributeTag)] = { &atsuSize , -- 2.47.2