Removed redundant wxPGChoices::Set()

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

View File

@@ -856,15 +856,6 @@ public:
Free(); Free();
Add(labels,values); 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 #endif // SWIG
/** Version that works with wxArrayString and wxArrayInt. */ /** Version that works with wxArrayString and wxArrayInt. */