Remove wxOSX/Carbon only wxFileName methods from docs.

The carbon only implementation was removed in 5ba67c67e4.
This commit is contained in:
Tobias Taschner 2016-02-23 13:15:07 +01:00
parent baa47dc435
commit 85bbcff9cc

View File

@ -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