]> granicus.if.org Git - taglib/commitdiff
Removed an unused data member from MPE::File.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 12 Jun 2015 05:07:52 +0000 (14:07 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 12 Jun 2015 05:07:52 +0000 (14:07 +0900)
It seems to be related to scan().

taglib/mpc/mpcfile.cpp

index 979c035e9affa510cc4f6b05da0d202f7df70528..8c3532446e209a216ac21a5bb81c7b12c1793618 100644 (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.