X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74bcba0e3300839a9184ccaacc25dd5c05c1fad3..e8788ed0c675708ff488032b4697fa2455e9fc41:/wxPython/src/gtk/controls2.py?ds=inline diff --git a/wxPython/src/gtk/controls2.py b/wxPython/src/gtk/controls2.py index eb626812d2..8a02e2b25c 100644 --- a/wxPython/src/gtk/controls2.py +++ b/wxPython/src/gtk/controls2.py @@ -1065,9 +1065,6 @@ class wxTreeCtrlPtr(wxControlPtr): def GetBoundingRect(self, *_args, **_kwargs): val = apply(controls2c.wxTreeCtrl_GetBoundingRect,(self,) + _args, _kwargs) return val - def OnPaint(self, *_args, **_kwargs): - val = apply(controls2c.wxTreeCtrl_OnPaint,(self,) + _args, _kwargs) - return val def __repr__(self): return "" % (self.this,)