Don't call wxMenuBarManager::CocoaInternalIdle(). It is about to be removed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott 2003-11-06 20:02:32 +00:00
parent 360be3c012
commit 96c36a9310

View 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())