From: Tsuda Kageyu Date: Sun, 21 Jun 2015 18:21:38 +0000 (+0900) Subject: Remove an useless function call. X-Git-Tag: v1.10beta~60^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be33340383c1e60b2002c0cf1ea2165c421dbef5;p=taglib Remove an useless function call. --- diff --git a/taglib/mpc/mpcfile.cpp b/taglib/mpc/mpcfile.cpp index 8c353244..d32c61bd 100644 --- a/taglib/mpc/mpcfile.cpp +++ b/taglib/mpc/mpcfile.cpp @@ -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) {