X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33ac7e6f01acbac1cff0ad400d8ea7f0bfd0a62f..c48269b9f7afca9c8e7076e0ceb06b933b2e88b8:/src/html/helpctrl.cpp diff --git a/src/html/helpctrl.cpp b/src/html/helpctrl.cpp index 72c82d2773..c527460761 100644 --- a/src/html/helpctrl.cpp +++ b/src/html/helpctrl.cpp @@ -246,20 +246,4 @@ bool wxHtmlHelpController::Quit() return TRUE; } -// Sets the specified book or all books to have the given base path -void wxHtmlHelpController::SetBookBasePath(const wxString& basePath, int which) -{ - size_t i; - for (i = 0; i < m_helpData.GetBookRecArray().Count(); i++ ) - { - if (i == (size_t) which || which == -1) - { - wxHtmlBookRecord& book = m_helpData.GetBookRecArray()[i]; - book.SetBasePath(basePath); - } - if (i == (size_t) which) - return; - } -} - #endif