Merge pull request #617 from TsudaKageyu/useless-call

Remove an useless function call.
This commit is contained in:
Tsuda Kageyu 2015-07-30 23:30:18 +09:00
commit cc8c3cd1fd

View File

@ -281,8 +281,6 @@ void MPC::File::read(bool readProperties, Properties::ReadStyle /* propertiesSty
// Look for an APE tag
findAPE();
d->APELocation = findAPE();
if(d->APELocation >= 0) {