X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8bc03c33262c4be312f5f1f2bf74a3f20e691dd..cd9da200285e3c625be91768c9ca61dc218c94d0:/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