X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eaf6da074684bb26937905e8a0369009e2c03da2..5a0a15cf56c4bfde818e9d575fb662612e156c2f:/src/common/arrstr.cpp diff --git a/src/common/arrstr.cpp b/src/common/arrstr.cpp index bb22e7e88c..fa303bd756 100644 --- a/src/common/arrstr.cpp +++ b/src/common/arrstr.cpp @@ -378,13 +378,6 @@ void wxArrayString::Remove(const wxString& sz) RemoveAt(iIndex); } -void wxArrayString::assign(const_iterator first, const_iterator last) -{ - reserve(last - first); - for(; first != last; ++first) - push_back(*first); -} - // ---------------------------------------------------------------------------- // sorting // ----------------------------------------------------------------------------