]> git.saurik.com Git - wxWidgets.git/commitdiff
removed outdated comment
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 10 Jun 2004 19:00:56 +0000 (19:00 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 10 Jun 2004 19:00:56 +0000 (19:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/string.h

index 2ae008571933a2ba4d545ee2b72bcc60e5464ebe..1cf0b61485ac84fd5b926dc2aea77f10ddd65dad 100644 (file)
@@ -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()) { }