aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/flac
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2017-01-08 01:43:04 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2017-01-08 01:43:04 +0900
commit56a7656c2ea87a16587f0f124b28f43bf29ec8a7 (patch)
tree667399bdd83087525ba75076e6fdbe5ca1e3941e /taglib/flac
parentc97be6630eaa317ca0f657a6311e0de3501d3f9a (diff)
Remove some TODO comments which are no longer necessary.
Diffstat (limited to 'taglib/flac')
-rw-r--r--taglib/flac/flacfile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/taglib/flac/flacfile.cpp b/taglib/flac/flacfile.cpp
index 93a0e952..b2014886 100644
--- a/taglib/flac/flacfile.cpp
+++ b/taglib/flac/flacfile.cpp
@@ -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;