Removed an unused data member from MPE::File.

It seems to be related to scan().
This commit is contained in:
Tsuda Kageyu 2015-06-12 14:07:52 +09:00
parent c1c70edb76
commit b37eaace15

View File

@ -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.