]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/app.cpp
removal of pc-mac charset conversion for wxMac
[wxWidgets.git] / src / mac / carbon / app.cpp
index 9b891f5fa448ea8a0396d3c47b7367fb2a7a12c2..90ff659bcbb4c93ae650759be50a661f384321c5 100644 (file)
@@ -600,7 +600,6 @@ bool wxApp::Initialize(int& argc, wxChar **argv)
 #endif
 
 #endif
-    wxMacSetupConverters() ;
 
     s_macCursorRgn = ::NewRgn() ;
 
@@ -702,7 +701,6 @@ void wxApp::CleanUp()
     //   __wxterminate in Mach-O shared libraries
     wxStAppResource::CloseSharedLibraryResource();
 #endif
-    wxMacCleanupConverters() ;
 
     UMACleanupToolbox() ;
     if (s_macCursorRgn) {