From: Robin Dunn Date: Wed, 5 Jan 2005 21:52:41 +0000 (+0000) Subject: cleanup X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4a280b251a9a08d14700c0e0946f9789da530195 cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_xmlhandler.i b/wxPython/src/_xmlhandler.i index fc1d0f11c3..cdf52dae8b 100644 --- a/wxPython/src/_xmlhandler.i +++ b/wxPython/src/_xmlhandler.i @@ -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