since we now have nsWindow::ShowMenuBar(), we don't need to forcefully create

the menubar when it is created.
This commit is contained in:
pavlov%pavlov.net 1999-06-12 03:15:47 +00:00
parent 36aa39a9c3
commit 3e766c93b5

View File

@ -107,7 +107,6 @@ NS_METHOD nsMenuBar::Create(nsIWidget *aParent)
mMenuBar = gtk_menu_bar_new();
mParent->SetMenuBar(this);
gtk_widget_show(mMenuBar);
return NS_OK;
}