X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fadc2df6823d988f7a264b94e69a7e1bbcac1337..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/fontmap.h diff --git a/interface/wx/fontmap.h b/interface/wx/fontmap.h index f3bb9ebcd4..cc975a255b 100644 --- a/interface/wx/fontmap.h +++ b/interface/wx/fontmap.h @@ -2,8 +2,7 @@ // Name: fontmap.h // Purpose: interface of wxFontMapper // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -54,9 +53,9 @@ @endcode @library{wxcore} - @category{misc} + @category{cfg} - @see wxEncodingConverter, @ref overview_nonenglish "Writing non-English applications" + @see wxEncodingConverter, @ref overview_nonenglish */ class wxFontMapper { @@ -179,14 +178,6 @@ public: */ static wxFontMapper* Set(wxFontMapper* mapper); - /** - Set the config object to use (may be @NULL to use default). - By default, the global one (from wxConfigBase::Get() will be used) - and the default root path for the config settings is the string returned - by GetDefaultConfigPath(). - */ - void SetConfig(wxConfigBase* config); - /** Set the root config path to use (should be an absolute path). */