From 4a280b251a9a08d14700c0e0946f9789da530195 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 5 Jan 2005 21:52:41 +0000 Subject: [PATCH] cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_xmlhandler.i | 1 - 1 file changed, 1 deletion(-) 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 -- 2.50.0