X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8bc03c33262c4be312f5f1f2bf74a3f20e691dd..a20a10fe1d6f52db7edbcef812ca428bd2ceb30c:/utils/wxPython/modules/html/html.py diff --git a/utils/wxPython/modules/html/html.py b/utils/wxPython/modules/html/html.py index 82ef9b9a2f..4231aac0cd 100644 --- a/utils/wxPython/modules/html/html.py +++ b/utils/wxPython/modules/html/html.py @@ -425,9 +425,6 @@ class wxHtmlContainerCellPtr(wxHtmlCellPtr): def SetMinHeight(self, *_args, **_kwargs): val = apply(htmlc.wxHtmlContainerCell_SetMinHeight,(self,) + _args, _kwargs) return val - def GetMaxLineWidth(self, *_args, **_kwargs): - val = apply(htmlc.wxHtmlContainerCell_GetMaxLineWidth,(self,) + _args, _kwargs) - return val def SetBackgroundColour(self, *_args, **_kwargs): val = apply(htmlc.wxHtmlContainerCell_SetBackgroundColour,(self,) + _args, _kwargs) return val