No real changes, just remove empty wxMenuBar dtor in wxGTK.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2010-04-24 15:07:47 +00:00
parent 7118e711dc
commit 6ea0139862
2 changed files with 0 additions and 5 deletions

View File

@@ -115,10 +115,6 @@ wxMenuBar::wxMenuBar()
Init(0, NULL, NULL, 0);
}
wxMenuBar::~wxMenuBar()
{
}
static void
wxMenubarUnsetInvokingWindow(wxMenu* menu, wxWindow* win, GtkWindow* tlw = NULL)
{