Code clean-up.

This commit is contained in:
Lukas Krejci 2014-06-11 17:52:05 +02:00
parent 459adc69ad
commit a192db07c0
2 changed files with 1 additions and 2 deletions

View File

@ -80,7 +80,7 @@ ChapterFrame::~ChapterFrame()
ByteVector ChapterFrame::elementID() const
{
return d->elementID;
return d->elementID;
}
uint ChapterFrame::startTime() const

View File

@ -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;