Remove useless wxMenu::Break() override in wxOSX

There is no real need to override a method not doing anything by default
just to do nothing in it explicitly.
This commit is contained in:
Vadim Zeitlin
2020-04-18 00:44:20 +02:00
parent efa302c577
commit 1949b4e358
2 changed files with 0 additions and 7 deletions

View File

@@ -34,8 +34,6 @@ public:
virtual ~wxMenu();
virtual void Break() wxOVERRIDE;
virtual void SetTitle(const wxString& title) wxOVERRIDE;
bool ProcessCommand(wxCommandEvent& event);