]> granicus.if.org Git - taglib/commitdiff
Remove some TODO comments which are no longer necessary.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Sat, 7 Jan 2017 16:43:04 +0000 (01:43 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Sat, 7 Jan 2017 16:43:04 +0000 (01:43 +0900)
taglib/flac/flacfile.cpp
taglib/mpeg/id3v2/id3v2tag.cpp

index 93a0e952e84a84101931aa19a1ced58ee9c0c335..b20148860aa9aae5ed6691809303b15a5e1a281e 100644 (file)
@@ -198,7 +198,6 @@ bool FLAC::File::save()
   }
 
   // Compute the amount of padding, and append that to data.
-  // TODO: Should be calculated in offset_t in taglib2.
 
   long originalLength = d->streamStart - d->flacStart;
   long paddingLength = originalLength - data.size() - 4;
index 810b2aef0411d8638e0de8ed18742e58b1fd4f61..e8de725213d6192744fac4ba1865a10458cd17e5 100644 (file)
@@ -619,7 +619,6 @@ ByteVector ID3v2::Tag::render(int version) const
   }
 
   // Compute the amount of padding, and append that to tagData.
-  // TODO: Should be calculated in long long in taglib2.
 
   long originalSize = d->header.tagSize();
   long paddingSize = originalSize - (tagData.size() - Header::size());