]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpctrl.cpp
Final scrolling updates
[wxWidgets.git] / src / html / helpctrl.cpp
index 72c82d2773e841d5444c153f29e70624a24f43c4..c527460761e314a5adc37f7a4c8082ac9c772701 100644 (file)
@@ -246,20 +246,4 @@ bool wxHtmlHelpController::Quit()
     return TRUE;
 }
 
     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
 #endif