X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c99e2fd1b3432974b892be508c0757da5b6ad49..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/fontmap.h diff --git a/interface/wx/fontmap.h b/interface/wx/fontmap.h index 104a5ec81a..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 ///////////////////////////////////////////////////////////////////////////// /** @@ -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). */