From a20efa6ce01af126d893fbf81e2cc88bb80e2c6e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 3 Jan 2013 05:40:48 +0000 Subject: [PATCH] SetModal is gone git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- etg/dialog.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/etg/dialog.py b/etg/dialog.py index 3cbfaa1f..386eb833 100644 --- a/etg/dialog.py +++ b/etg/dialog.py @@ -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()