Removed a wrong note from a comment in tstring.h.

This commit is contained in:
Tsuda Kageyu
2014-04-11 17:16:55 +09:00
parent 2d528d844a
commit fabc411cb9

View 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);