SetModal is gone

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-01-03 05:40:48 +00:00
parent 0c5b8ac0a0
commit a20efa6ce0

View File

@@ -45,10 +45,6 @@ def run():
c.find('DoOK').ignore()
c.find('GetToolBar').ignore()
# The docs tell us to just use ShowModal instead, not sure why they
# doc this method then...
c.find('SetModal').ignore()
# Release the GIL for potentially blocking or long-running functions
c.find('ShowModal').releaseGIL()