From 0ee43a72dd4f45fb3b6a41f5f996a42637cf115f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 10 Jun 2004 19:00:56 +0000 Subject: [PATCH] removed outdated comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/string.h | 2 -- 1 file changed, 2 deletions(-) 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()) { }