mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
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:
parent
ab1bc06172
commit
a33f161999
@ -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;
|
||||
};
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user