Get rid of redundant return statement
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user