X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c87f263ea51962916f0a4e392b448497d9c94dbf..9653bb3552bb6f14b252f661f54d95f32fce4d00:/interface/wx/html/helpdlg.h diff --git a/interface/wx/html/helpdlg.h b/interface/wx/html/helpdlg.h index 6f7b824ca5..36d94dbbd3 100644 --- a/interface/wx/html/helpdlg.h +++ b/interface/wx/html/helpdlg.h @@ -53,14 +53,6 @@ public: */ wxHtmlHelpController* GetController() const; - /** - Reads the user's settings for this dialog - - @see wxHtmlHelpController::ReadCustomization - */ - void ReadCustomization(wxConfigBase* cfg, - const wxString& path = wxEmptyString); - /** Sets the help controller associated with the dialog. */ @@ -72,13 +64,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 dialog - - @see wxHtmlHelpController::WriteCustomization - */ - void WriteCustomization(wxConfigBase* cfg, - const wxString& path = wxEmptyString); };