Move wxMacCFStringHolder::AsString and etc. to wxBase

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-08 19:36:44 +00:00
parent a2d49353d4
commit 72d4cafb78

View File

@@ -1080,10 +1080,6 @@ wxFontEncoding wxMacGetFontEncFromSystemEnc(wxUint32 encoding)
return enc ;
}
#endif // wxUSE_BASE
#if wxUSE_GUI
//
// CFStringRefs (Carbon only)
@@ -1232,9 +1228,6 @@ void wxMacConvertNewlines10To13( wxChar * data )
// Common Event Support
// ----------------------------------------------------------------------------
#endif // wxUSE_GUI
#if wxUSE_BASE
extern ProcessSerialNumber gAppProcess ;