remove wxStringBase::AllocCopy(), it wasn't used anywhere

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-03-25 19:46:05 +00:00
parent 16a81f6fe7
commit 2233af93b0
2 changed files with 0 additions and 22 deletions

View File

@@ -291,8 +291,6 @@ protected:
// memory allocation
// allocates memory for string of length nLen
bool AllocBuffer(size_t nLen);
// copies data to another string
bool AllocCopy(wxString&, int, int) const;
// effectively copies data to string
bool AssignCopy(size_t, const wxChar *);