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

include/wx/propgrid/property.h

index 45ba8c6504b93a4d2ea3d2a4e80a6258c1217277..54c1ad1266c23ff515bcbda83d76dd0de8fbeee6 100644 (file)
@@ -856,15 +856,6 @@ public:
         Free();
         Add(labels,values);
     }
-
-    /** Version that works with wxArrayString.
-        TODO: Deprecate this.
-    */
-    void Set( wxArrayString& arr, const long* values = (const long*) NULL )
-    {
-        Free();
-        Add(arr,values);
-    }
 #endif // SWIG
 
     /** Version that works with wxArrayString and wxArrayInt. */