diff --git a/include/wx/propgrid/property.h b/include/wx/propgrid/property.h index b19ab1dfab..45ba8c6504 100644 --- a/include/wx/propgrid/property.h +++ b/include/wx/propgrid/property.h @@ -1859,15 +1859,6 @@ public: */ bool SetChoices( wxPGChoices& choices ); - /** Sets new set of choices for property. - */ - bool SetChoices( const wxArrayString& labels, - const wxArrayInt& values = wxArrayInt() ) - { - wxPGChoices chs(labels, values); - return SetChoices(chs); - } - /** Set max length of text in text editor. */ inline bool SetMaxLength( int maxLen );