aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mpc
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2015-06-12 14:07:52 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2015-06-12 14:07:52 +0900
commitb37eaace154c3193808afb6811c97ccd7055caa3 (patch)
treee45407748eda9473c1a133c89e7bdbe32d442fb8 /taglib/mpc
parentc1c70edb76c9908ff712f0d41237a047cca5520a (diff)
Removed an unused data member from MPE::File.
It seems to be related to scan().
Diffstat (limited to 'taglib/mpc')
-rw-r--r--taglib/mpc/mpcfile.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/taglib/mpc/mpcfile.cpp b/taglib/mpc/mpcfile.cpp
index 979c035e..8c353244 100644
--- a/taglib/mpc/mpcfile.cpp
+++ b/taglib/mpc/mpcfile.cpp
@@ -53,7 +53,6 @@ public:
ID3v2Location(-1),
ID3v2Size(0),
properties(0),
- scanned(false),
hasAPE(false),
hasID3v1(false),
hasID3v2(false) {}
@@ -76,7 +75,6 @@ public:
TagUnion tag;
Properties *properties;
- bool scanned;
// These indicate whether the file *on disk* has these tags, not if
// this data structure does. This is used in computing offsets.