]> git.saurik.com Git - wxWidgets.git/commitdiff
No real changes, just remove empty wxMenuBar dtor in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Apr 2010 15:07:47 +0000 (15:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Apr 2010 15:07:47 +0000 (15:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/menu.h
src/gtk/menu.cpp

index ecbb311e619fc1a4b3ed2680cbfd9ce4da44e51d..80e6156acc242434c60cd1a7eea08ec898f2a01d 100644 (file)
@@ -21,7 +21,6 @@ public:
     wxMenuBar();
     wxMenuBar(long style);
     wxMenuBar(size_t n, wxMenu *menus[], const wxString titles[], long style = 0);
     wxMenuBar();
     wxMenuBar(long style);
     wxMenuBar(size_t n, wxMenu *menus[], const wxString titles[], long style = 0);
-    virtual ~wxMenuBar();
 
     // implement base class (pure) virtuals
     virtual bool Append( wxMenu *menu, const wxString &title );
 
     // implement base class (pure) virtuals
     virtual bool Append( wxMenu *menu, const wxString &title );
index 2e4427ac194d1148e4d9c8e3126c818eda7c7cd3..ebf2073c799d0a22081e408a1ac196e393fb9e31 100644 (file)
@@ -115,10 +115,6 @@ wxMenuBar::wxMenuBar()
     Init(0, NULL, NULL, 0);
 }
 
     Init(0, NULL, NULL, 0);
 }
 
-wxMenuBar::~wxMenuBar()
-{
-}
-
 static void
 wxMenubarUnsetInvokingWindow(wxMenu* menu, wxWindow* win, GtkWindow* tlw = NULL)
 {
 static void
 wxMenubarUnsetInvokingWindow(wxMenu* menu, wxWindow* win, GtkWindow* tlw = NULL)
 {