]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/arrstr.cpp
Use gdk_window_invalidate instead of gtk_widget_queue_draw as the latter doesn't...
[wxWidgets.git] / src / common / arrstr.cpp
index bb22e7e88c50ad152a98506968a9db105a482def..fa303bd756e3548e73331e76ccd5e45e1adb1edd 100644 (file)
@@ -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
 // ----------------------------------------------------------------------------