From 0d6e0565c62a19264eb7d02dc2c2a1bad403d3f7 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Thu, 25 Sep 2008 17:02:46 +0000 Subject: [PATCH] Removed redundant wxPGChoices::Set() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/propgrid/property.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/wx/propgrid/property.h b/include/wx/propgrid/property.h index 45ba8c6504..54c1ad1266 100644 --- a/include/wx/propgrid/property.h +++ b/include/wx/propgrid/property.h @@ -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. */ -- 2.45.2