comment out unused stuff for warning fixing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1736,10 +1736,10 @@ void wxDC::MacInstallFont() const
|
|||||||
{
|
{
|
||||||
sizeof( Fixed ) ,
|
sizeof( Fixed ) ,
|
||||||
} ;
|
} ;
|
||||||
Boolean kTrue = true ;
|
// Boolean kTrue = true ;
|
||||||
Boolean kFalse = false ;
|
// Boolean kFalse = false ;
|
||||||
|
|
||||||
ATSUVerticalCharacterType kHorizontal = kATSUStronglyHorizontal;
|
// ATSUVerticalCharacterType kHorizontal = kATSUStronglyHorizontal;
|
||||||
ATSUAttributeValuePtr atsuValues[sizeof(atsuTags)/sizeof(ATSUAttributeTag)] =
|
ATSUAttributeValuePtr atsuValues[sizeof(atsuTags)/sizeof(ATSUAttributeTag)] =
|
||||||
{
|
{
|
||||||
&atsuSize ,
|
&atsuSize ,
|
||||||
|
Reference in New Issue
Block a user