Remove unused variables.

This commit is contained in:
John Maguire 2013-02-12 12:23:29 +01:00
parent 70995d6270
commit b3d5c3e6e2
1 changed files with 0 additions and 2 deletions

View File

@ -171,9 +171,7 @@ void TagReaderWorker::ReadFile(const QString& filename,
}
TagLib::Tag* tag = fileref->tag();
QTextCodec* codec = NULL;
if (tag) {
TagLib::MPEG::File* file = dynamic_cast<TagLib::MPEG::File*>(fileref->file());
Decode(tag->title(), NULL, song->mutable_title());
Decode(tag->artist(), NULL, song->mutable_artist());
Decode(tag->album(), NULL, song->mutable_album());