X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22026088535d0c7dafaae15133a8d1078195a366..0ebb0e5c842c2a0be09364bda0d14b3281ddec43:/src/mac/menu.cpp diff --git a/src/mac/menu.cpp b/src/mac/menu.cpp index b17214fb38..046f7e0166 100644 --- a/src/mac/menu.cpp +++ b/src/mac/menu.cpp @@ -741,8 +741,6 @@ wxMenu *wxMenuBar::Remove(size_t pos) ::DeleteMenu( menu->MacGetMenuId() /* m_menus[pos]->MacGetMenuId() */ ) ; } - menu->Detach(); - Refresh(); }