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:
@@ -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. */
|
||||||
|
Reference in New Issue
Block a user