]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed redundant wxPGProperty::SetChoices()
authorJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 25 Sep 2008 17:00:49 +0000 (17:00 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 25 Sep 2008 17:00:49 +0000 (17:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/property.h

index b19ab1dfab4c06fd128e4cbb6b7a650673c3a8af..45ba8c6504b93a4d2ea3d2a4e80a6258c1217277 100644 (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 );