]> git.saurik.com Git - wxWidgets.git/commitdiff
Move wxMacCFStringHolder::AsString and etc. to wxBase
authorRobin Dunn <robin@alldunn.com>
Tue, 8 Jun 2004 19:36:44 +0000 (19:36 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 8 Jun 2004 19:36:44 +0000 (19:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/utils.cpp

index 258c28bcf165485406d4a11be3b8c2359a4aecbf..77fb5aefcffcd0021b2844547c194f9c994c6c0e 100644 (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 ;