Remove a warning from a comment and update NEWS.

This commit is contained in:
Tsuda Kageyu
2015-11-20 11:12:37 +09:00
parent 6dc8d701a8
commit f956c89141
2 changed files with 1 additions and 3 deletions

View File

@ -112,9 +112,6 @@ namespace TagLib {
* Save the file.
*
* This returns true if the save was successful.
*
* \warning In the current implementation, it's dangerous to call save()
* repeatedly. At worst it will corrupt the file.
*/
virtual bool save();