]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove unnecessary Mac-specific TOOLKIT_LOWERCASE setting.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Dec 2009 12:52:59 +0000 (12:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Dec 2009 12:52:59 +0000 (12:52 +0000)
TOOLKIT is never set to "MAC" at all (it is one of OSX_{CARBON,COCOA,IPHONE})
so it is not necessary to test for it. And for the other cases the special
logic for OS X ports was the same as the general case so it seems to be
unnecessary as well.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775


No differences found