The deprecation of SetSizeWH is already handled, no need to do it again

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-12-02 01:07:06 +00:00
parent 211bec4441
commit ef5d0980e2

View File

@@ -269,7 +269,6 @@ def run():
body="return &wxTopLevelWindows;")
module.addPyCode("PyWindow = wx.deprecated(Window)")
module.addPyCode("Window.SetSizeWH = wx.deprecated(Window.SetSizeWH)")
#-----------------------------------------------------------------
tools.doCommonTweaks(module)