From: Tsuda Kageyu Date: Fri, 11 Apr 2014 08:16:55 +0000 (+0900) Subject: Removed a wrong note from a comment in tstring.h. X-Git-Tag: v1.10beta~173^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fabc411cb9e9ab95d67f63e157807dd91d94ceac;p=taglib Removed a wrong note from a comment in tstring.h. --- diff --git a/taglib/toolkit/tstring.h b/taglib/toolkit/tstring.h index 76e4c32f..6d3257eb 100644 --- a/taglib/toolkit/tstring.h +++ b/taglib/toolkit/tstring.h @@ -173,9 +173,6 @@ namespace TagLib { /*! * Makes a deep copy of the data in \a v. - * - * \note This should only be used with the 8-bit codecs Latin1 and UTF8, when - * used with other codecs it will simply print a warning and exit. */ String(const ByteVector &v, Type t = Latin1);