]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/menucmn.cpp
1. fixed wxXmlNode::InsertChild() documentation to match the code
[wxWidgets.git] / src / common / menucmn.cpp
index e2d31c67f2fc88731fee9870c5f52115af65e624..49f2b2d20ffafc7b9e64d59fac4181cb1ceac7ab 100644 (file)
@@ -152,8 +152,6 @@ void wxMenuBase::Init(long style)
 wxMenuBase::~wxMenuBase()
 {
     WX_CLEAR_LIST(wxMenuItemList, m_items);
-
-    // Actually, in GTK, the submenus have to get deleted first.
 }
 
 // ----------------------------------------------------------------------------