From: Vadim Zeitlin Date: Tue, 9 Nov 2010 23:53:21 +0000 (+0000) Subject: Remove non-existent functions declarations from wxOSX/Carbon. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/11ea2e3a845d0adcb185c28704e59d834a165df4 Remove non-existent functions declarations from wxOSX/Carbon. wxMacSetupConverters() and wxMacCleanupConverters() don't seem to exist any more so don't declare them. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/osx/carbon/private.h b/include/wx/osx/carbon/private.h index c7f533cbbc..59897c621a 100644 --- a/include/wx/osx/carbon/private.h +++ b/include/wx/osx/carbon/private.h @@ -946,11 +946,6 @@ UPP Get##x() \ // wxMac string conversions //--------------------------------------------------------------------------- -void wxMacSetupConverters(); -void wxMacCleanupConverters(); - -// utils.cpp - // filefn.cpp WXDLLIMPEXP_BASE wxString wxMacFSRefToPath( const FSRef *fsRef , CFStringRef additionalPathComponent = NULL );