decoder/dsf: remove unused attribute "id3_size"

This commit is contained in:
Max Kellermann 2014-08-20 07:19:04 +02:00
parent e2adb82e29
commit e6177c3349
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ struct DsfMetaData {
offset_type chunk_size;
#ifdef HAVE_ID3TAG
offset_type id3_offset;
uint64_t id3_size;
#endif
};