From fabc411cb9e9ab95d67f63e157807dd91d94ceac Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Fri, 11 Apr 2014 17:16:55 +0900 Subject: [PATCH] Removed a wrong note from a comment in tstring.h. --- taglib/toolkit/tstring.h | 3 --- 1 file changed, 3 deletions(-) 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);