From: Stefan Csomor Date: Sat, 14 Oct 2006 14:46:31 +0000 (+0000) Subject: cleanup for 10.5 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8c9fd6e54e3614828715ac11479557fdeacb590d cleanup for 10.5 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/uma.h b/include/wx/mac/carbon/uma.h index eae90070f6..d51ab20ed2 100644 --- a/include/wx/mac/carbon/uma.h +++ b/include/wx/mac/carbon/uma.h @@ -17,11 +17,6 @@ void UMAInitToolbox( UInt16 inMoreMastersCalls, bool isEmbedded) ; void UMACleanupToolbox() ; long UMAGetSystemVersion() ; -bool UMAHasAppearance() ; -long UMAGetAppearanceVersion() ; -bool UMAHasWindowManager() ; -long UMAGetWindowManagerAttr() ; -bool UMAHasAquaLayout() ; bool UMASystemIsInitialized() ; void UMASetSystemIsInitialized(bool val);