mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Removed an unused data member from MPE::File.
It seems to be related to scan().
This commit is contained in:
parent
c1c70edb76
commit
b37eaace15
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user