]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't call wxMenuBarManager::CocoaInternalIdle(). It is about to be removed.
authorDavid Elliott <dfe@tgwbd.org>
Thu, 6 Nov 2003 20:02:32 +0000 (20:02 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Thu, 6 Nov 2003 20:02:32 +0000 (20:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/app.mm

index 6222f501b5271656f9812eb26fced2153e3f9f0b..d1676de387cba9a4505013c577f50bf06c30cfcb 100644 (file)
@@ -87,7 +87,6 @@ WX_IMPLEMENT_POSER(wxPoserNSApplication);
 {
     wxASSERT(wxTheApp);
     wxASSERT(wxMenuBarManager::GetInstance());
-    wxMenuBarManager::GetInstance()->CocoaInternalIdle();
     wxLogDebug("doIdle called");
 #ifdef __WXDEBUG__
     if(wxTheApp->IsInAssert())