From: Václav Slavík Date: Thu, 10 Jun 2004 19:00:56 +0000 (+0000) Subject: removed outdated comment X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0ee43a72dd4f45fb3b6a41f5f996a42637cf115f removed outdated comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/string.h b/include/wx/string.h index 2ae0085719..1cf0b61485 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -675,8 +675,6 @@ public: #if wxUSE_UNICODE // from multibyte string - // (NB: nLength is right now number of Unicode characters, not - // characters in psz! So try not to use it yet!) wxString(const char *psz, wxMBConv& conv, size_t nLength = npos); // from wxWCharBuffer (i.e. return from wxGetString) wxString(const wxWCharBuffer& psz) : wxStringBase(psz.data()) { }