Removed redundant wxPGProperty::SetChoices()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-09-25 17:00:49 +00:00
parent c09b7217f6
commit 47ea393a24

View File

@@ -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 );