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

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