]> granicus.if.org Git - taglib/commitdiff
Removed a wrong note from a comment in tstring.h.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 11 Apr 2014 08:16:55 +0000 (17:16 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 11 Apr 2014 08:16:55 +0000 (17:16 +0900)
taglib/toolkit/tstring.h

index 76e4c32f5ea491b7039d2ac8c313bbe3d015f8f1..6d3257eb24bec35485ba68c5125d93a34fdc6d06 100644 (file)
@@ -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);