mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user