X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8bc03c33262c4be312f5f1f2bf74a3f20e691dd..43b2cccb4b6578afa43b25f4dd15d3d29d89bafd:/utils/wxPython/modules/html/htmlhelp.py diff --git a/utils/wxPython/modules/html/htmlhelp.py b/utils/wxPython/modules/html/htmlhelp.py index d3219b72b3..a3634b13aa 100644 --- a/utils/wxPython/modules/html/htmlhelp.py +++ b/utils/wxPython/modules/html/htmlhelp.py @@ -201,9 +201,6 @@ class wxHtmlHelpDataPtr : def AddBook(self, *_args, **_kwargs): val = apply(htmlhelpc.wxHtmlHelpData_AddBook,(self,) + _args, _kwargs) return val - def AddBookParam(self, *_args, **_kwargs): - val = apply(htmlhelpc.wxHtmlHelpData_AddBookParam,(self,) + _args, _kwargs) - return val def FindPageByName(self, *_args, **_kwargs): val = apply(htmlhelpc.wxHtmlHelpData_FindPageByName,(self,) + _args, _kwargs) return val