Get rid of redundant return statement

This commit is contained in:
Artur Wieczorek
2020-05-01 19:36:09 +02:00
parent b9ebffd832
commit c0f7275b11

View File

@@ -161,7 +161,6 @@ int wxPGEditor::InsertItem( wxWindow*, const wxString&, int ) const
void wxPGEditor::DeleteItem( wxWindow*, int ) const
{
return;
}
void wxPGEditor::SetItems(wxWindow* WXUNUSED(ctrl), const wxArrayString& WXUNUSED(labels)) const