X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/fontmap.h diff --git a/interface/wx/fontmap.h b/interface/wx/fontmap.h index 7c1a27517b..cc975a255b 100644 --- a/interface/wx/fontmap.h +++ b/interface/wx/fontmap.h @@ -2,7 +2,6 @@ // Name: fontmap.h // Purpose: interface of wxFontMapper // Author: wxWidgets team -// RCS-ID: $Id$ // 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). */