]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/menucmn.cpp
Added some standard further identifiers to help with WinCE toolbars
[wxWidgets.git] / src / common / menucmn.cpp
index 0a00187d3b033a3a65635deb14f6766d0eabb6d1..7208dbbd496d96ae5a33046ef6f570890bdd1378 100644 (file)
@@ -787,7 +787,6 @@ wxMenu *wxMenuBarBase::Remove(size_t pos)
     wxCHECK_MSG( node, NULL, wxT("bad index in wxMenuBar::Remove()") );
 
     wxMenu *menu = node->GetData();
-    wxCHECK( node, NULL );  // unexpected
     m_menus.Erase(node);
     menu->Detach();