From be33340383c1e60b2002c0cf1ea2165c421dbef5 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Mon, 22 Jun 2015 03:21:38 +0900 Subject: [PATCH] Remove an useless function call. --- taglib/mpc/mpcfile.cpp | 2 -- 1 file changed, 2 deletions(-) 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) { -- 2.40.0