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.