]> granicus.if.org Git - taglib/commitdiff
Remove obsolete comments.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 3 Feb 2017 16:31:20 +0000 (01:31 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 3 Feb 2017 16:31:20 +0000 (01:31 +0900)
The bug mentioned in the comments are already fixed.

taglib/ogg/flac/oggflacfile.h
taglib/ogg/opus/opusfile.h
taglib/ogg/speex/speexfile.h
taglib/ogg/vorbis/vorbisfile.h

index 28b3f67f8cce78ab790679a2c57370f167533215..05762f9b828b415fafc6fddee0ffdf708ffb04e3 100644 (file)
@@ -127,9 +127,6 @@ namespace TagLib {
       /*!
        * Save the file.  This will primarily save and update the XiphComment.
        * Returns true if the save is successful.
-       *
-       * \warning In the current implementation, it's dangerous to call save()
-       * repeatedly.  It leads to a segfault.
        */
       virtual bool save();
 
index 0363b58460b7e6bf08fd3ab7282243d7a7e0bf06..b718f0d77e25308cc74f49338de2e075760c5759 100644 (file)
@@ -110,9 +110,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.  It leads to a segfault.
          */
         virtual bool save();
 
index de38bfbfccaa2adadbf7dcb9edfb2d3c83721149..58b001dd4d7b04e15f691bae62361ab796d35528 100644 (file)
@@ -110,9 +110,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.  It leads to a segfault.
          */
         virtual bool save();
 
index 48d9d7ca2bebcd149f91f937849d017f09f5a786..9e71dcbe83a8731aa7e3bdc598a9525b7d408127 100644 (file)
@@ -118,9 +118,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.  It leads to a segfault.
        */
       virtual bool save();