From 85bbcff9cc0e16421674fbeecff8b06317088bc8 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Tue, 23 Feb 2016 13:15:07 +0100 Subject: [PATCH] Remove wxOSX/Carbon only wxFileName methods from docs. The carbon only implementation was removed in 5ba67c67e47d069f65d648ab16dfc505c5400bfc. --- interface/wx/filename.h | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/interface/wx/filename.h b/interface/wx/filename.h index ce25fbea52..5a79e83df8 100644 --- a/interface/wx/filename.h +++ b/interface/wx/filename.h @@ -979,33 +979,6 @@ public: */ bool IsRelative(wxPathFormat format = wxPATH_NATIVE) const; - /** - On Mac OS, gets the common type and creator for the given extension. - - @onlyfor{wxosx} - */ - static bool MacFindDefaultTypeAndCreator(const wxString& ext, - wxUint32* type, - wxUint32* creator); - - /** - On Mac OS, registers application defined extensions and their default type - and creator. - - @onlyfor{wxosx} - */ - static void MacRegisterDefaultTypeAndCreator(const wxString& ext, - wxUint32 type, - wxUint32 creator); - - /** - On Mac OS, looks up the appropriate type and creator from the registration - and then sets it. - - @onlyfor{wxosx} - */ - bool MacSetDefaultTypeAndCreator(); - /** Make the file name absolute. This is a shortcut for