X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a44f3b5a890fbb2a88ef9adafd94f662e1664889..c5cc7fbd27fb53c36beb0ade36153ae48d9e961e:/interface/wx/html/helpfrm.h diff --git a/interface/wx/html/helpfrm.h b/interface/wx/html/helpfrm.h index 68153b12b2..0f298b0d7f 100644 --- a/interface/wx/html/helpfrm.h +++ b/interface/wx/html/helpfrm.h @@ -56,14 +56,6 @@ public: */ wxHtmlHelpController* GetController() const; - /** - Reads the user's settings for this frame. - - @see wxHtmlHelpController::ReadCustomization - */ - void ReadCustomization(wxConfigBase* cfg, - const wxString& path = wxEmptyString); - /** Sets the help controller associated with the frame. */ @@ -75,13 +67,5 @@ public: @a format must contain exactly one "%s" (it will be replaced by the page title). */ void SetTitleFormat(const wxString& format); - - /** - Saves the user's settings for this frame. - - @see wxHtmlHelpController::WriteCustomization - */ - void WriteCustomization(wxConfigBase* cfg, - const wxString& path = wxEmptyString); };