From a2234452a7af149ed9e93aae537eb7a4a6ad356f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 7 Apr 2006 19:24:39 +0000 Subject: [PATCH] wxNotebookSizer is gone now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wx/tools/XRCed/tree.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/wxPython/wx/tools/XRCed/tree.py b/wxPython/wx/tools/XRCed/tree.py index de22265b1a..91cf9eb7e1 100644 --- a/wxPython/wx/tools/XRCed/tree.py +++ b/wxPython/wx/tools/XRCed/tree.py @@ -677,9 +677,6 @@ class XML_Tree(wxTreeCtrl): if child.IsWindow(): child = child.GetWindow() elif child.IsSizer(): child = child.GetSizer() - # Test for notebook sizers (deprecated) - if isinstance(child, wxNotebookSizer): - child = child.GetNotebook() return child def OnSelChanged(self, evt): -- 2.50.0