X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7b2c092b782f57a4aebd31802a9c81741f208b1..74b965198ce3a4257deac901b6f7517e6447ca0f:/src/html/htmlwin.cpp diff --git a/src/html/htmlwin.cpp b/src/html/htmlwin.cpp index 2b0e4b96cb..f61561184f 100644 --- a/src/html/htmlwin.cpp +++ b/src/html/htmlwin.cpp @@ -799,8 +799,7 @@ void wxHtmlWindow::CreateLayout() } } - - +#if wxUSE_CONFIG void wxHtmlWindow::ReadCustomization(wxConfigBase *cfg, wxString path) { wxString oldpath; @@ -853,8 +852,7 @@ void wxHtmlWindow::WriteCustomization(wxConfigBase *cfg, wxString path) if (path != wxEmptyString) cfg->SetPath(oldpath); } - - +#endif // wxUSE_CONFIG bool wxHtmlWindow::HistoryBack() {