]> git.saurik.com Git - wxWidgets.git/commitdiff
comment out unused stuff for warning fixing
authorRyan Norton <wxprojects@comcast.net>
Thu, 3 Feb 2005 09:55:38 +0000 (09:55 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 3 Feb 2005 09:55:38 +0000 (09:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/dc.cpp

index 840cdd68f693e670c7c3bbdf67f914d413f41786..98de588c510627c3a49e0b8f4ddf4faec5847235 100644 (file)
@@ -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 ,