]> git.saurik.com Git - wxWidgets.git/commitdiff
cleanup
authorRobin Dunn <robin@alldunn.com>
Wed, 5 Jan 2005 21:52:41 +0000 (21:52 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 5 Jan 2005 21:52:41 +0000 (21:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_xmlhandler.i

index fc1d0f11c39e14de56e973a222fa8fccefeb57c8..cdf52dae8b361d50ee4d4e81de895910cfb31978 100644 (file)
@@ -40,7 +40,6 @@ public:
     wxObject* GetParent()               { return m_parent; }
     wxObject* GetInstance()             { return m_instance; }
     wxWindow* GetParentAsWindow()       { return m_parentAsWindow; }
-//    wxWindow* GetInstanceAsWindow()     { return m_instanceAsWindow; }
 
 
     // turn some protected methods into public via delegation