X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c99e2fd1b3432974b892be508c0757da5b6ad49..ca282726be518ce2f214b890dbaafce736f14e36:/interface/wx/fontmap.h?ds=sidebyside diff --git a/interface/wx/fontmap.h b/interface/wx/fontmap.h index 104a5ec81a..358273c648 100644 --- a/interface/wx/fontmap.h +++ b/interface/wx/fontmap.h @@ -3,7 +3,7 @@ // Purpose: interface of wxFontMapper // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -179,14 +179,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). */