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