From e6177c3349b772489040caa5ac23860c7010c9c4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 20 Aug 2014 07:19:04 +0200 Subject: decoder/dsf: remove unused attribute "id3_size" --- src/decoder/plugins/DsfDecoderPlugin.cxx | 1 - 1 file changed, 1 deletion(-) 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 }; -- cgit v1.2.3