]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/menu.cpp
case insensitive <font face>
[wxWidgets.git] / src / msw / menu.cpp
index 4b44e01de2cbff97c89027e58db1694d865b676a..e4299163f2ea416ce2ed31bb7e1ae4949a4fc9ce 100644 (file)
@@ -720,8 +720,6 @@ wxMenu *wxMenuBar::Remove(size_t pos)
             wxLogLastError(wxT("RemoveMenu"));
         }
 
-        menu->Detach();
-
 #if wxUSE_ACCEL
         if ( menu->HasAccels() )
         {
@@ -772,8 +770,6 @@ void wxMenuBar::Attach(wxFrame *frame)
 {
     wxMenuBarBase::Attach(frame);
 
-    m_menuBarFrame = frame;
-
 #if wxUSE_ACCEL
     RebuildAccelTable();
 #endif // wxUSE_ACCEL