X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95837b4d96d6267f3901e193cf1941d96fd1a472..438e3558adf77a68f56b6e4d30b359f8361facac:/utils/wxPython/modules/html/html.py?ds=sidebyside diff --git a/utils/wxPython/modules/html/html.py b/utils/wxPython/modules/html/html.py index 86629d17ca..c02981a6d6 100644 --- a/utils/wxPython/modules/html/html.py +++ b/utils/wxPython/modules/html/html.py @@ -417,9 +417,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