diff options
author | Max Kellermann <max@duempel.org> | 2014-08-20 07:19:04 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-20 09:46:42 +0200 |
commit | e6177c3349b772489040caa5ac23860c7010c9c4 (patch) | |
tree | d706271df78ecd61b41098665f4e6107e35fcc02 | |
parent | e2adb82e29940c4fc784cef21e6cd1ae389e7a2e (diff) | |
download | mpd-e6177c3349b772489040caa5ac23860c7010c9c4.tar.gz mpd-e6177c3349b772489040caa5ac23860c7010c9c4.tar.xz mpd-e6177c3349b772489040caa5ac23860c7010c9c4.zip |
decoder/dsf: remove unused attribute "id3_size"
Diffstat (limited to '')
-rw-r--r-- | src/decoder/plugins/DsfDecoderPlugin.cxx | 1 |
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 }; |