Unused private attributes

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1145555 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Lukáš Lalinský 2010-07-03 11:34:29 +00:00
parent ab1bc06172
commit a33f161999
3 changed files with 1 additions and 5 deletions

View 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;
};
////////////////////////////////////////////////////////////////////////////////

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

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