]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/toplevel.mm
reverted relative include path
[wxWidgets.git] / src / cocoa / toplevel.mm
index 7a7c11cbb0700e26cb0f93dcabb974ea53f6f0e1..a7c3f22380cee1e290f72c1da11d50631341f6b8 100644 (file)
@@ -225,10 +225,6 @@ void wxTopLevelWindowCocoa::CocoaDelegate_windowWillClose(void)
 {
     m_closed = true;
     Destroy();
-    /* Be SURE that idle events get ran.  If the window was not active when
-    it was closed, then there will be no more events to trigger this and
-    therefore it must be done here */
-    wxTheApp->CocoaInstallRequestedIdleHandler();
 }
 
 bool wxTopLevelWindowCocoa::CocoaDelegate_windowShouldClose()