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:
@@ -34,8 +34,6 @@ public:
|
||||
|
||||
virtual ~wxMenu();
|
||||
|
||||
virtual void Break() wxOVERRIDE;
|
||||
|
||||
virtual void SetTitle(const wxString& title) wxOVERRIDE;
|
||||
|
||||
bool ProcessCommand(wxCommandEvent& event);
|
||||
|
Reference in New Issue
Block a user