From a33f1619994da2c742c111ea8d94f02478117426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Sat, 3 Jul 2010 11:34:29 +0000 Subject: [PATCH] Unused private attributes git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1145555 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- taglib/ape/apeproperties.cpp | 2 +- taglib/trueaudio/trueaudiofile.cpp | 2 -- taglib/wavpack/wavpackfile.cpp | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/taglib/ape/apeproperties.cpp b/taglib/ape/apeproperties.cpp index 7ee55bc7..9c27a90f 100644 --- a/taglib/ape/apeproperties.cpp +++ b/taglib/ape/apeproperties.cpp @@ -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; }; //////////////////////////////////////////////////////////////////////////////// diff --git a/taglib/trueaudio/trueaudiofile.cpp b/taglib/trueaudio/trueaudiofile.cpp index 2a0ccaa7..a8d28220 100644 --- a/taglib/trueaudio/trueaudiofile.cpp +++ b/taglib/trueaudio/trueaudiofile.cpp @@ -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. diff --git a/taglib/wavpack/wavpackfile.cpp b/taglib/wavpack/wavpackfile.cpp index 9a64b8c1..3a2f25ca 100644 --- a/taglib/wavpack/wavpackfile.cpp +++ b/taglib/wavpack/wavpackfile.cpp @@ -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.