aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-20 07:19:04 +0200
committerMax Kellermann <max@duempel.org>2014-08-20 09:46:42 +0200
commite6177c3349b772489040caa5ac23860c7010c9c4 (patch)
treed706271df78ecd61b41098665f4e6107e35fcc02
parente2adb82e29940c4fc784cef21e6cd1ae389e7a2e (diff)
downloadmpd-e6177c3349b772489040caa5ac23860c7010c9c4.tar.gz
mpd-e6177c3349b772489040caa5ac23860c7010c9c4.tar.xz
mpd-e6177c3349b772489040caa5ac23860c7010c9c4.zip
decoder/dsf: remove unused attribute "id3_size"
-rw-r--r--src/decoder/plugins/DsfDecoderPlugin.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder/plugins/DsfDecoderPlugin.cxx b/src/decoder/plugins/DsfDecoderPlugin.cxx
index 08ea6415f..f3554218b 100644
--- a/src/decoder/plugins/DsfDecoderPlugin.cxx
+++ b/src/decoder/plugins/DsfDecoderPlugin.cxx
@@ -45,7 +45,6 @@ struct DsfMetaData {
offset_type chunk_size;
#ifdef HAVE_ID3TAG
offset_type id3_offset;
- uint64_t id3_size;
#endif
};