mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 09:08:09 -04:00
Code clean-up.
This commit is contained in:
parent
459adc69ad
commit
a192db07c0
@ -80,7 +80,7 @@ ChapterFrame::~ChapterFrame()
|
||||
|
||||
ByteVector ChapterFrame::elementID() const
|
||||
{
|
||||
return d->elementID;
|
||||
return d->elementID;
|
||||
}
|
||||
|
||||
uint ChapterFrame::startTime() const
|
||||
|
@ -275,7 +275,6 @@ ByteVector TableOfContentsFrame::renderFields() const
|
||||
ByteVectorList::ConstIterator it = d->childElements.begin();
|
||||
while(it != d->childElements.end()) {
|
||||
data.append(*it);
|
||||
//data.append(char(0));
|
||||
it++;
|
||||
}
|
||||
FrameList l = d->embeddedFrameList;
|
||||
|
Loading…
x
Reference in New Issue
Block a user