]> granicus.if.org Git - taglib/commitdiff
Unused private attributes
authorLukáš Lalinský <lalinsky@gmail.com>
Sat, 3 Jul 2010 11:34:29 +0000 (11:34 +0000)
committerLukáš Lalinský <lalinsky@gmail.com>
Sat, 3 Jul 2010 11:34:29 +0000 (11:34 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1145555 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

taglib/ape/apeproperties.cpp
taglib/trueaudio/trueaudiofile.cpp
taglib/wavpack/wavpackfile.cpp

index 7ee55bc7b704764941223045c3f677a93ce002c5..9c27a90f65f207978098bd071854de75f670cbd6 100644 (file)
@@ -49,7 +49,6 @@ public:
     file(file),
     streamLength(streamLength) {}
 
-  long streamLength;
   int length;
   int bitrate;
   int sampleRate;
@@ -57,6 +56,7 @@ public:
   int version;
   int bitsPerSample;
   File *file;
+  long streamLength;
 };
 
 ////////////////////////////////////////////////////////////////////////////////
index 2a0ccaa70557aaac0cb7b0dfffef47d06c0b7441..a8d28220af1c1d834507b14864ccc7b6b8a99a56 100644 (file)
@@ -53,7 +53,6 @@ public:
     ID3v2OriginalSize(0),
     ID3v1Location(-1),
     properties(0),
-    scanned(false),
     hasID3v1(false),
     hasID3v2(false) {}
 
@@ -71,7 +70,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.
index 9a64b8c1823e44de92b6fd37765d199f660379fb..3a2f25caf612afcfb5b209221a9c6ebf2c2540af 100644 (file)
@@ -53,7 +53,6 @@ public:
     APESize(0),
     ID3v1Location(-1),
     properties(0),
-    scanned(false),
     hasAPE(false),
     hasID3v1(false) {}
 
@@ -70,7 +69,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.